mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-08-31 14:38:15 +02:00
24 lines
700 B
JSON
24 lines
700 B
JSON
{
|
|
"name": "clue/socket-raw",
|
|
"description": "Simple and lightweight OOP wrapper for PHP's low-level sockets extension (ext-sockets).",
|
|
"keywords": ["socket", "stream", "datagram", "dgram", "client", "server", "ipv6", "tcp", "udp", "icmp", "unix", "udg"],
|
|
"homepage": "https://github.com/clue/socket-raw",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@clue.engineering"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {"Socket\\Raw\\": "src"}
|
|
},
|
|
"require": {
|
|
"ext-sockets": "*",
|
|
"php": ">=5.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
|
|
}
|
|
}
|