php-http / httplug-bundle
Symfony integration for HTTPlug
Installs: 17 004 760
Dependents: 62
Suggesters: 51
Security: 0
Stars: 380
Watchers: 13
Forks: 50
Open Issues: 4
Type:symfony-bundle
Requires
- php: ^8.1
- php-http/client-common: ^2.0
- php-http/client-implementation: ^1.0
- php-http/discovery: ^1.14
- php-http/httplug: ^2.0
- php-http/logger-plugin: ^1.1
- php-http/message: ^1.13
- php-http/stopwatch-plugin: ^1.2
- psr/http-factory-implementation: ^1.0
- psr/http-message: ^1.0 || ^2.0
- symfony/config: ^6.4 || ^7.1
- symfony/dependency-injection: ^6.4 || ^7.1
- symfony/event-dispatcher: ^6.4 || ^7.1
- symfony/http-kernel: ^6.4 || ^7.1
- symfony/options-resolver: ^6.4 || ^7.1
Requires (Dev)
- guzzlehttp/psr7: ^1.7 || ^2.0
- matthiasnoback/symfony-config-test: ^5.2
- matthiasnoback/symfony-dependency-injection-test: ^4.3.1 || ^5.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
- php-http/throttle-plugin: ^1.1
- phpunit/phpunit: ^9
- symfony/browser-kit: ^6.4 || ^7.1
- symfony/cache: ^6.4 || ^7.1
- symfony/dom-crawler: ^6.4 || ^7.1
- symfony/framework-bundle: ^6.4 || ^7.1
- symfony/http-foundation: ^6.4 || ^7.1
- symfony/stopwatch: ^6.4 || ^7.1
- symfony/twig-bundle: ^6.4 || ^7.1
- symfony/web-profiler-bundle: ^6.4 || ^7.1
- 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
- kriswallsmith/buzz: <0.17
- php-http/cache-plugin: <1.7
- php-http/curl-client: <2.0
- php-http/guzzle6-adapter: <1.1
- php-http/react-adapter: <3.0
- php-http/socket-client: <2.0
- php-http/throttle-plugin: <1.1
- 2.x-dev
- 2.0.0
- 1.x-dev
- 1.34.3
- 1.34.2
- 1.34.1
- 1.34.0
- 1.33.1
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.1
- 1.30.0
- 1.29.1
- 1.29.0
- 1.28.0
- 1.27.1
- 1.27.0
- 1.26.2
- 1.26.1
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.1
- 1.23.0
- 1.22.1
- 1.22.0
- 1.21.0
- 1.20.1
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.2
- 1.15.1
- 1.15.0
- 1.14.0
- 1.13.1
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.1
- 1.8.0
- v1.7.1
- v1.7.0
- v1.6.0
- v1.5.0
- v1.4.1
- v1.4.0
- v1.3.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.0
- v0.2.0
- 0.1.0
This package is auto-updated.
Last update: 2024-10-31 10:20:55 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.