egeloen/http-adapter-bundle

This package is abandoned and no longer maintained. The author suggests using the php-http/httplug-bundle package instead.

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

1.0.0 2015-12-13 12:37 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:41:06 UTC


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).

Build Status Code Coverage Scrutinizer Code Quality Dependency Status

Latest Stable Version Latest Unstable Version Total Downloads License

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

  1. Installation
  2. Usage

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.