initial commit

This commit is contained in:
ghost 2023-08-27 12:07:08 +03:00
parent 6e03cabcb1
commit b6082d6eec
15 changed files with 3058 additions and 1 deletions

21
composer.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "yggverse/yggtracker",
"description": "Public BitTorrent tracker for Yggdrasil network",
"type": "library",
"require": {
"php": "^8.1",
"yggverse/parser": ">=0.2.0"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Yggverse\\Yggtracker\\": "src/"
}
},
"authors": [
{
"name": "YGGverse"
}
],
"minimum-stability": "alpha"
}