https://github.com/php-http/HttplugBundle
Symfony Framework Integration for HTTPlug
https://github.com/php-http/HttplugBundle
Last synced: 9 months ago
JSON representation
Symfony Framework Integration for HTTPlug
- Host: GitHub
- URL: https://github.com/php-http/HttplugBundle
- Owner: php-http
- License: mit
- Created: 2015-08-24T11:22:40.000Z (over 10 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-05-22T10:50:25.000Z (over 1 year ago)
- Last Synced: 2024-05-22T11:53:58.645Z (over 1 year ago)
- Language: PHP
- Homepage: http://httplug.io
- Size: 792 KB
- Stars: 377
- Watchers: 12
- Forks: 49
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTPlug Bundle
[](https://github.com/php-http/HttplugBundle/releases)
[](LICENSE)
[](https://github.com/php-http/HttplugBundle/actions)
[](https://scrutinizer-ci.com/g/php-http/HttplugBundle)
[](https://scrutinizer-ci.com/g/php-http/HttplugBundle)
[](https://packagist.org/packages/php-http/httplug-bundle)
**Symfony integration for [HTTPlug](http://httplug.io/).**
## Installation
To install the bundle with Symfony Flex, use the recipe:
``` bash
$ composer require php-http/httplug-bundle
```
See the [bundle documentation](https://php-http.readthedocs.io/en/latest/integrations/symfony-bundle.html) for installation without Flex and for further options. There is also a [HTTPlug client list](http://docs.php-http.org/en/latest/clients.html) if you want to use a specific HTTP client.
## Documentation
Please see the [official documentation](http://docs.php-http.org/en/latest/integrations/symfony-bundle.html).
## Testing
``` bash
$ composer require --dev php-http/guzzle7-adapter
$ composer test
```
## Contributing
Please see our [contributing guide](http://docs.php-http.org/en/latest/development/contributing.html).
## Security
If you discover any security related issues, please contact us at [security@php-http.org](mailto:security@php-http.org).
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.