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

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

Awesome Lists containing this project

README

          

# HTTP Client

[![Build Status](https://github.com/lemonphp/http-client/workflows/CI/badge.svg)](https://github.com/lemonphp/http-client/actions)
[![Coverage Status](https://img.shields.io/coveralls/github/lemonphp/http-client/master.svg)](https://coveralls.io/github/lemonphp/http-client)
[![Latest Version](https://img.shields.io/packagist/v/lemonphp/http-client.svg?label=latest%20version)](https://packagist.org/packages/lemonphp/http-client)
[![Total Downloads](https://img.shields.io/packagist/dt/lemonphp/http-client.svg)](https://packagist.org/packages/lemonphp/http-client)
[![Requires PHP](https://img.shields.io/packagist/php-v/lemonphp/http-client.svg)](https://packagist.org/packages/lemonphp/http-client)
[![Software License](https://img.shields.io/github/license/lemonphp/http-client.svg)](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.