Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swoft-cloud/swoft-http-client
HTTP Client Compoment for Swoft 1.x
https://github.com/swoft-cloud/swoft-http-client
client coroutine http httpclient php swoft swoole
Last synced: about 2 months ago
JSON representation
HTTP Client Compoment for Swoft 1.x
- Host: GitHub
- URL: https://github.com/swoft-cloud/swoft-http-client
- Owner: swoft-cloud
- License: apache-2.0
- Created: 2018-01-15T10:30:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T09:20:24.000Z (over 5 years ago)
- Last Synced: 2024-10-13T20:07:21.312Z (3 months ago)
- Topics: client, coroutine, http, httpclient, php, swoft, swoole
- Language: PHP
- Homepage:
- Size: 57.6 KB
- Stars: 12
- Watchers: 8
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swoft-HTTP-Client
HTTP Client Compoment for Swoft, it's a coroutine http client which looks a lot like Guzzle.# IMPORTANT
SHOULD ALWAYS NOT to modify in the original repository, please modify in [swoft-cloud/swoft-component](https://github.com/swoft-cloud/swoft-component) repository.# Install
`composer require swoft/http-client`# Document
https://doc.swoft.org/beta/en/http-client/index.html# LICENSE
Swoft HTTP Client Compoment is open-sourced software licensed under the [Apache license](LICENSE).