widop / http-adapter
Issue HTTP request.
Installs: 942 861
Dependents: 16
Suggesters: 3
Security: 0
Stars: 21
Watchers: 7
Forks: 8
Open Issues: 3
Requires
- php: >=5.3.3
Requires (Dev)
- ext-curl: *
- guzzle/guzzle: *
- kriswallsmith/buzz: *
- phpunit/phpunit: 3.7.*
- zendframework/zend-http: *
Suggests
- ext-curl: Allows you to use cURL adapter
- guzzle/guzzle: Allows you to use Guzzle adapter
- kriswallsmith/buzz: Allows you to use Buzz adapter
- zendframework/zend-http: Allows you to use Zend adapter
This package is not auto-updated.
Last update: 2024-11-04 14:59:04 UTC
README
The library allows to issue HTTP requests with PHP 5.3+. Currently, the supported adapters are:
Documentation
Testing
The library is fully unit tested by PHPUnit with a code coverage close to 100%. To execute the test suite, check the travis configuration.
Contribute
We love contributors! The library is open source, if you'd like to contribute, feel free to propose a PR!
License
The Wid'op Http Adapter is under the MIT license. For the full copyright and license information, please read the LICENSE file that was distributed with this source code.