code-bushido/api-client

0.1.0 2020-08-18 18:12 UTC

This package is auto-updated.

Last update: 2024-04-19 04:25:58 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.