feat: make package

This commit is contained in:
Guillermo Pages
2021-08-30 13:12:58 +02:00
parent ae2ead6d1a
commit 23348743ee
14 changed files with 1064 additions and 0 deletions

13
composer.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name" : "gbili/dotenv",
"description" : "load .env file env variables into $_SERVER",
"authors" : [
{
"name" : "Guillermo",
"email" : "mail@guillermo.at"
}
],
"autoload": {
"psr-4": {"Gbili\\" : "src/"}
}
}