initial commit

This commit is contained in:
Brad Cimbura
2024-02-07 10:40:56 -06:00
parent 10085fe1ca
commit e737706438
2 changed files with 287 additions and 0 deletions

18
composer.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "hpz937/restclient",
"description": "Client library for interacting with REST apis",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Hpz937\\Restclient\\": "src/"
}
},
"authors": [
{
"name": "Brad Cimbura",
"email": "hpz937+code@gmail.com"
}
],
"require": {}
}