php-http / httplug-bundle
Symfony integration for HTTPlug
Installs: 5 471 947
Dependents: 65
Suggesters: 52
Security: 0
Stars: 329
Watchers: 12
Forks: 43
Open Issues: 13
Type:symfony-bundle
Requires
- php: ^7.3 || ^8.0
- php-http/client-common: ^1.9 || ^2.0
- php-http/client-implementation: ^1.0
- php-http/discovery: ^1.0
- php-http/httplug: ^1.0 || ^2.0
- php-http/logger-plugin: ^1.1
- php-http/message: ^1.4
- php-http/message-factory: ^1.0.2
- php-http/stopwatch-plugin: ^1.2
- psr/http-message: ^1.0
- symfony/config: ^3.4.34 || ^4.2.12 || ^5.0
- symfony/dependency-injection: ^3.4.34 || ^4.2.12 || ^5.0
- symfony/event-dispatcher: ^3.4.34 || ^4.2.12 || ^5.0
- symfony/http-kernel: ^3.4.34 || ^4.2.12 || ^5.0
- symfony/options-resolver: ^3.4.34 || ^4.2.12 || ^5.0
Requires (Dev)
- guzzlehttp/psr7: ^1.7
- matthiasnoback/symfony-dependency-injection-test: ^4.0
- nyholm/nsa: ^1.1
- nyholm/psr7: ^1.2.1
- php-http/cache-plugin: ^1.7
- php-http/mock-client: ^1.2
- php-http/promise: ^1.0
- polishsymfonycommunity/symfony-mocker-container: ^1.0
- symfony/browser-kit: ^3.4.34 || ^4.2.12 || ^5.0
- symfony/cache: ^3.4.35 || ~4.2.12 || ^4.3.8 || ^5.0
- symfony/dom-crawler: ^3.4.34 || ^4.2.12 || ^5.0
- symfony/framework-bundle: ^3.4.34 || ^4.2.12 || ^5.0
- symfony/http-foundation: ^3.4.35 || ~4.2.12 || ^4.3.8 || ^5.0
- symfony/phpunit-bridge: ^3.4.34 || ^4.2.12 || ^5.0
- symfony/stopwatch: ^3.4.34 || ^4.2.12 || ^5.0
- symfony/twig-bundle: ^3.4.34 || ^4.2.12 || ^5.0
- symfony/web-profiler-bundle: ^3.4.34 || ^4.2.12 || ^5.0
- twig/twig: ^1.41 || ^2.10 || ^3.0
Suggests
- php-http/cache-plugin: To configure clients that cache responses
- php-http/mock-client: Add this to your require-dev section to mock HTTP responses easily
- twig/twig: Add this to your require-dev section when using the WebProfilerBundle
Conflicts
- php-http/curl-client: <2.0
- php-http/guzzle6-adapter: <1.1
This package is auto-updated.
Last update: 2021-02-12 10:01:56 UTC
README
Symfony integration for HTTPlug.
Installation
To install the bundle with Symfony Flex, use the recipe:
$ composer require php-http/httplug-bundle
See the bundle documentation for installation without Flex and for further options. There is also a HTTPlug client list if you want to use a specific HTTP client.
Documentation
Please see the official documentation.
Testing
$ composer require --dev php-http/guzzle7-adapter
$ composer test
Contributing
Please see our contributing guide.
Security
If you discover any security related issues, please contact us at security@php-http.org.
License
The MIT License (MIT). Please see License File for more information.