- Notifications
You must be signed in to change notification settings - Fork19
[DEPRECATED] Usehttps://github.com/php-http/httplug instead.
License
egeloen/ivory-http-adapter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Before starting, be awarethis package is deprecated in favor ofphp-http.That means bugfixes would be accepted but new features will not (except maybe for already opened PRs).
The library allows to issue HTTP requests with PHP 5.4.8+. The supported adapters are:
- Buzz
- Cake
- cURL
- FileGetContents
- Fopen
- Guzzle3
- Guzzle4
- Guzzle5
- Guzzle6
- Httpful
- Pecl Http
- React
- Requests
- Socket
- Zend1
- Zend2
Additionally, it follows thePSR-7 Standardwhich defines how http message should be implemented.
- Log requests, responses and exceptions
- Journalize requests and responses
- Throw exceptions for errored responses
- Retry errored requests
- Follow redirects
- Cache responses and exceptions
- Manage cookies
The library is fully unit tested byPHPUnit with a code coverage close to100%. Toexecute the test suite, check the travisconfiguration.
We love contributors! The library is open source, if you'd like to contribute, feel free to propose a PR! Youcan follow theCONTRIBUTING file which will explain you how to set up the project.
The Ivory Http Adapter is under the MIT license. For the full copyright and license information, please read theLICENSE file that was distributed with this source code.
About
[DEPRECATED] Usehttps://github.com/php-http/httplug instead.
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors10
Uh oh!
There was an error while loading.Please reload this page.


