code-bushido / api-client
API Client
0.1.0
2020-08-18 18:12 UTC
Requires
- php: ~7.2
- ext-json: *
- code-bushido/foundation: ^0.1.0
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- phpunit/phpunit: >=8.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2024-10-19 05:43:42 UTC
README
API Client - PHP Library giving an abstraction for
Install
Via Composer
$ composer require code-bushido/api-client
Usage
$skeleton = new Bushido\ApiClient(); echo $skeleton->echoPhrase('Hello, League!');
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
NOTE
Tests will fail if there is no internet connection available or if http://httpbin.org is not reachable.
$ composer test
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email wnowicki@me.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.