Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shulard/httplug-react-client

A React client for the HTTP Plug project
https://github.com/shulard/httplug-react-client

Last synced: about 7 hours ago
JSON representation

A React client for the HTTP Plug project

Awesome Lists containing this project

README

        

# React client for PHP HTTP

[![Latest Version](https://img.shields.io/github/release/php-http/react-client.svg?style=flat-square)](https://github.com/php-http/react-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/react-client.svg?style=flat-square)](https://travis-ci.org/php-http/react-client)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/php-http/react-client.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/react-client)
[![Quality Score](https://img.shields.io/scrutinizer/g/php-http/react-client.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/react-client)
[![Total Downloads](https://img.shields.io/packagist/dt/php-http/react-client.svg?style=flat-square)](https://packagist.org/packages/php-http/react-client)

[ReactHTTP](http://reactphp.org/) client.

## Install

Via Composer

``` bash
$ composer require php-http/react-client
```

## Usage

## 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 contact us at [[email protected]](mailto:[email protected]).

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.