Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.