Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zaphyr-org/http-client

HTTP cURL client based on PSR-18.
https://github.com/zaphyr-org/http-client

client http psr-18

Last synced: 10 days ago
JSON representation

HTTP cURL client based on PSR-18.

Awesome Lists containing this project

README

        

![License](https://img.shields.io/github/license/zaphyr-org/http-client?style=for-the-badge)
![Version](https://img.shields.io/packagist/v/zaphyr-org/http-client?style=for-the-badge)
![Downloads](https://img.shields.io/packagist/dt/zaphyr-org/http-client?style=for-the-badge)
![Stars](https://img.shields.io/github/stars/zaphyr-org/http-client?style=for-the-badge)
![Issues](https://img.shields.io/github/issues/zaphyr-org/http-client?style=for-the-badge)

# HTTP Client

HTTP cURL client based on [PSR-18](https://www.php-fig.org/psr/psr-18).

## System Requirements

You need `PHP => 8.1.0` but the latest stable version of PHP is recommended.

## Installation

It's recommended that you use [Composer](https://getcomposer.org/) to install the http-client repository.

```console
composer require zaphyr-org/http-client
```

## Documentation

You can read the full documentation [here](https://zaphyr.org/docs/1.x/repositories/http-client).

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Issues

Bug reports and feature requests can be submitted on the [GitHub Issue Tracker](https://github.com/zaphyr-org/http-client/issues).

## Security

If you discover security related issues, please email [email protected] **instead of using the issue tracker!**

## Contributing

Please see [CONTRIBUTING](https://zaphyr.org/contributions) for details.

## Code of Conduct

Please see [CODE OF CONDUCT](https://zaphyr.org/contributions#code-of-conduct) for details.

## License

This project is licensed under the MIT license. See [LICENSE](LICENSE.md) for more information.