https://github.com/lemonphp/http-client
:+1: The PSR-18 compatible HTTP client with middleware support
https://github.com/lemonphp/http-client
client http http-client middlewares psr-18 psr-7 transports
Last synced: 5 days ago
JSON representation
:+1: The PSR-18 compatible HTTP client with middleware support
- Host: GitHub
- URL: https://github.com/lemonphp/http-client
- Owner: lemonphp
- License: mit
- Created: 2020-03-19T11:20:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T12:53:32.000Z (over 5 years ago)
- Last Synced: 2024-05-09T19:26:33.255Z (over 1 year ago)
- Topics: client, http, http-client, middlewares, psr-18, psr-7, transports
- Language: PHP
- Homepage:
- Size: 95.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP Client
[](https://github.com/lemonphp/http-client/actions)
[](https://coveralls.io/github/lemonphp/http-client)
[](https://packagist.org/packages/lemonphp/http-client)
[](https://packagist.org/packages/lemonphp/http-client)
[](https://packagist.org/packages/lemonphp/http-client)
[](LICENSE)
The lightweight [PRS-18](https://www.php-fig.org/psr/psr-18) compatible HTTP client with middleware support
## Requirements
* php >=7.2
* ext-curl If use `CurlTransport`
## Installation
Begin by pulling in the package through Composer.
```bash
$ composer require lemonphp/http-client
```
## Usage
// TODO
## Changelog
See all change logs in [CHANGELOG](CHANGELOG.md)
## Testing
```bash
$ git clone git@github.com/lemonphp/http-client.git /path
$ cd /path
$ composer install
$ composer test
```
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email to [Oanh Nguyen](mailto:oanhnn.bk@gmail.com) instead of
using the issue tracker.
## Credits
- [Oanh Nguyen](https://github.com/oanhnn)
- [All Contributors](../../contributors)
## License
This project is released under the MIT License.
Copyright © LemonPHP Team.