Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/socialconnect/http-client
- Owner: SocialConnect
- License: mit
- Created: 2019-07-05T20:16:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T21:42:53.000Z (about 5 years ago)
- Last Synced: 2024-10-29T21:06:00.973Z (3 months ago)
- Topics: curl, curlphp, http-client, php, psr-18
- Language: PHP
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)