adam-paterson / api-client-foundation
0.1.2
2017-04-07 16:36 UTC
Requires
- php: ~7.0
- php-http/client-common: ^1.5
- php-http/discovery: ^1.2
- php-http/httplug: ^1.1
- php-http/message: ^1.5
Requires (Dev)
- guzzlehttp/psr7: 1.4.*
- mockery/mockery: ^0.9
- php-http/curl-client: 1.7.*
- php-http/mock-client: ^1.0
- phpunit/phpunit: ^6.1
- squizlabs/php_codesniffer: ^2.8
This package is not auto-updated.
Last update: 2024-10-27 02:04:32 UTC
README
Install
Via Composer
$ composer require adam-paterson/api-client-foundation
Basic Usage
$api = new AdamPaterson\ApiClient\Foundation\ApiClient::create(); $response = $api->get('/resource/path', ['param1' => 'param']);
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email hello@adampaterson.co.uk instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.