Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/socialconnect/http-client

:rocket: PSR-18 HTTP Client on top of Guzzle PSR7
https://github.com/socialconnect/http-client

curl curlphp http-client php psr-18

Last synced: 2 months ago
JSON representation

:rocket: PSR-18 HTTP Client on top of Guzzle PSR7

Awesome Lists containing this project

README

        

HTTP-client Component
=====================

[![Packagist](https://img.shields.io/packagist/v/socialconnect/http-client.svg?style=flat-square)](https://packagist.org/packages/socialconnect/http-client)
[![License](http://img.shields.io/packagist/l/SocialConnect/http-client.svg?style=flat-square)](https://github.com/SocialConnect/http-client/blob/master/LICENSE)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FSocialConnect%2Fhttp-client.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FSocialConnect%2Fhttp-client?ref=badge_shield)

`socialconnect/http-client` is a package that provide PHP HTTP client with PSR-18 compatibility, that makes it easy
to send HTTP requests and trivial to integrate with web services.

## [Documentation](https://socialconnect.lowl.io/http-client.html)

```sh
composer require socialconnect/http-client:^1.0
```

### License

This project is open-sourced software licensed under the MIT License.

See the [LICENSE](LICENSE) file for more information.

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FSocialConnect%2Fhttp-client.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FSocialConnect%2Fhttp-client?ref=badge_large)