jiannei / http
This package is abandoned and no longer maintained.
No replacement package was suggested.
A simple http client wrapper.
dev-master
2019-10-20 05:22 UTC
Requires
- php: >=7.0
- ext-curl: *
- ext-json: *
- guzzlehttp/guzzle: ^6.3
- tightenco/collect: ^6.3
This package is auto-updated.
Last update: 2021-09-20 10:10:33 UTC
README
A simple http client wrapper.
Installing
$ composer require jiannei/http -vvv
Usage
TODO
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT