Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddeboer/adapter-client
HTTP Client using adapters
https://github.com/ddeboer/adapter-client
Last synced: 17 days ago
JSON representation
HTTP Client using adapters
- Host: GitHub
- URL: https://github.com/ddeboer/adapter-client
- Owner: ddeboer
- License: mit
- Created: 2015-06-12T19:34:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-02T21:39:58.000Z (over 9 years ago)
- Last Synced: 2024-11-16T06:54:41.076Z (2 months ago)
- Language: PHP
- Homepage: http://php-http.org
- Size: 129 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Adapter Client
[![Latest Version](https://img.shields.io/github/release/php-http/adapter-client.svg?style=flat-square)](https://github.com/php-http/adapter-client/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Build Status](https://img.shields.io/travis/php-http/adapter-client.svg?style=flat-square)](https://travis-ci.org/php-http/adapter-client)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/php-http/adapter-client.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/adapter-client)
[![Quality Score](https://img.shields.io/scrutinizer/g/php-http/adapter-client.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/adapter-client)
[![HHVM Status](https://img.shields.io/hhvm/php-http/adapter-client.svg?style=flat-square)](http://hhvm.h4cc.de/package/php-http/adapter-client)
[![Total Downloads](https://img.shields.io/packagist/dt/php-http/adapter-client.svg?style=flat-square)](https://packagist.org/packages/php-http/adapter-client)**HTTP Client using adapters.**
## Install
Via Composer
``` bash
$ composer require php-http/adapter-client
```## Usage
## Testing
``` bash
$ phpspec run
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please contact us at [[email protected]](mailto:[email protected]).
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.