mirror of
https://github.com/YGGverse/nex-php.git
synced 2026-03-31 17:55:31 +00:00
19 lines
445 B
JSON
19 lines
445 B
JSON
{
|
|
"name": "yggverse/nex",
|
|
"description": "PHP 8 Library for Nex Protocol",
|
|
"keywords": [ "yggverse", "nex", "nex-protocol", "client", "server" ],
|
|
"homepage": "https://github.com/yggverse/nex-php",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yggverse\\Nex\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "YGGverse"
|
|
}
|
|
],
|
|
"require": {}
|
|
}
|