initial commit

This commit is contained in:
yggverse 2024-04-21 14:32:15 +03:00
parent dde6bc2eae
commit 4343ce9565
4 changed files with 290 additions and 1 deletions

19
composer.json Normal file
View file

@ -0,0 +1,19 @@
{
"name": "yggverse/nex",
"description": "PHP 8 Library for Nex Protocol",
"keywords": [ "yggverse", "nex", "nex-protocol", "client" ],
"homepage": "https://github.com/yggverse/nex-php",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Yggverse\\Nex\\": "src/"
}
},
"authors": [
{
"name": "YGGverse"
}
],
"require": {}
}