egeloen / http-adapter-bundle
Issue HTTP request for your Symfony2 project.
Installs: 9 470
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 2
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.4.8
- egeloen/http-adapter: ^1.0
- symfony/framework-bundle: ^2.2|^3.0
Requires (Dev)
- ext-curl: *
- cakephp/cakephp: ^3.0
- guzzle/guzzle: ^3.9.2
- guzzlehttp/guzzle: ^4.1.4|^5.0|^6.0
- kriswallsmith/buzz: ^0.15
- nategood/httpful: ^0.2.17
- phpunit/phpunit: ^4.0
- psr/log: ^1.0
- react/http-client: ^0.4
- rmccue/requests: dev-master
- satooshi/php-coveralls: ^0.6
- symfony/phpunit-bridge: ^2.7|^3.0
- zendframework/zend-http: ^2.0
- zendframework/zendframework1: ^1.12.9
README
Before starting, be aware this package is deprecated in favor of php-http. That means bugfixes would be accepted but new features will not (except maybe for already opened PRs).
The bundle integrates the Ivory http adapter library into Symfony2. Basically, this library allows to issue HTTP requests with PHP 5.4.8+ and so, this bundle exposes a configuration able to create as many adapters you want with global or local configurations for all of them.
Documentation
Testing
The bundle 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! Ivory is an open source project. If you'd like to contribute, feel free to propose a PR! You can follow the CONTRIBUTING file which will explain you how to set up the project.
License
The Ivory Http Adapter Bundle is under the MIT license. For the full copyright and license information, please read the LICENSE file that was distributed with this source code.