Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddeboer/adapter-common
Common implementations of HTTP Adapter interfaces
https://github.com/ddeboer/adapter-common
Last synced: 17 days ago
JSON representation
Common implementations of HTTP Adapter interfaces
- Host: GitHub
- URL: https://github.com/ddeboer/adapter-common
- Owner: ddeboer
- License: mit
- Created: 2015-05-24T08:35:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-24T08:46:01.000Z (over 9 years ago)
- Last Synced: 2024-11-16T06:54:41.025Z (2 months ago)
- Language: PHP
- Homepage: http://php-http.org
- Size: 88.9 KB
- Stars: 0
- Watchers: 3
- 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 Common
[![Latest Version](https://img.shields.io/github/release/php-http/adapter-common.svg?style=flat-square)](https://github.com/php-http/adapter-common/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-common.svg?style=flat-square)](https://travis-ci.org/php-http/adapter-common)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/php-http/adapter-common.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/adapter-common)
[![Quality Score](https://img.shields.io/scrutinizer/g/php-http/adapter-common.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/adapter-common)
[![HHVM Status](https://img.shields.io/hhvm/php-http/adapter-common.svg?style=flat-square)](http://hhvm.h4cc.de/package/php-http/adapter-common)
[![Total Downloads](https://img.shields.io/packagist/dt/php-http/adapter-common.svg?style=flat-square)](https://packagist.org/packages/php-http/adapter-common)**Common implementations of HTTP Adapter interfaces.**
## Install
Via Composer
``` bash
$ composer require php-http/adapter-common
```## 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.