Skip to content

Commit

Permalink
Initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xint0-elab committed Mar 15, 2018
1 parent af6583b commit 81c8c0a
Show file tree
Hide file tree
Showing 5 changed files with 1,997 additions and 0 deletions.
31 changes: 31 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "Xint0/banxico-php",
"type": "library",
"description": "Cliente PHP para la API ReST del SIE del Banco de México",
"keywords": ["rest", "cliente", "client", "Banco de Mexico", "SIE", "API"],
"homepage": "https://github.com/Xint0/banxico-php",
"license": "MIT",
"authors": [
{
"name": "Rogelio Jacinto",
"email": "rogelio.jacinto@gmail.com",
"homepage": "https://github.com/Xint0"
}
],
"require": {
"guzzlehttp/guzzle": "^6.3"
},
"autoload": {
"psr-4": {
"Xint0\\BanxicoPHP\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Xint0\\BanxicoPHP\\Tests\\": "tests/"
}
},
"require-dev": {
"phpunit/phpunit": "^6"
}
}

0 comments on commit 81c8c0a

Please sign in to comment.