Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polderknowledge/apigility-client
Apigility http client library
https://github.com/polderknowledge/apigility-client
api-client api-problem api-wrapper apigility error-handling http-client
Last synced: about 2 months ago
JSON representation
Apigility http client library
- Host: GitHub
- URL: https://github.com/polderknowledge/apigility-client
- Owner: polderknowledge
- License: mit
- Created: 2017-10-25T20:13:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T20:54:38.000Z (about 7 years ago)
- Last Synced: 2024-05-21T00:39:33.958Z (8 months ago)
- Topics: api-client, api-problem, api-wrapper, apigility, error-handling, http-client
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# apigilityclient
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]Library to wrap basic apigilty api's
## Install
Via Composer
``` bash
$ composer require polderknowledge/apigilityclient
```## Usage
Please read the documentation for this package for a quick setup.
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Testing
``` bash
$ composer test
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
## Security
If you discover any security related issues, please report them via [HackerOne](https://hackerone.com/polderknowledge)
instead of using the issue tracker or e-mail.## Community
We have an IRC channel where you can find us every now and then. We're on the Freenode network in the
channel #polderknowledge.## Credits
- [Polder Knowledge][link-author]
- [All Contributors][link-contributors]## License
Please see [LICENSE.md][link-license] for the license of this application.
[ico-version]: https://img.shields.io/packagist/v/polderknowledge/apigilityclient.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/polderknowledge/apigilityclient/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/polderknowledge/apigilityclient.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/polderknowledge/apigilityclient.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/polderknowledge/apigilityclient.svg?style=flat-square[link-packagist]: https://packagist.org/packages/polderknowledge/apigilityclient
[link-travis]: https://travis-ci.org/polderknowledge/apigilityclient
[link-scrutinizer]: https://scrutinizer-ci.com/g/polderknowledge/apigilityclient/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/polderknowledge/apigilityclient
[link-downloads]: https://packagist.org/packages/polderknowledge/apigilityclient
[link-author]: https://polderknowledge.com
[link-contributors]: ../../contributors
[link-license]: LICENSE.md