code-bushido/api-client

API Client

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

pkg:composer/code-bushido/api-client

0.1.0 2020-08-18 18:12 UTC

This package is auto-updated.

Last update: 2025-10-19 07:37:12 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.