Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shulard/httplug-react-client
- Owner: shulard
- License: mit
- Created: 2015-11-09T11:05:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T10:42:34.000Z (almost 9 years ago)
- Last Synced: 2024-04-16T15:17:41.737Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 13.7 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
# 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.