Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/php-http/HttplugBundle
Symfony Framework Integration for HTTPlug
https://github.com/php-http/HttplugBundle
Last synced: 4 days 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 (about 9 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-05-22T10:50:25.000Z (6 months ago)
- Last Synced: 2024-05-22T11:53:58.645Z (6 months 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
[![Latest Version](https://img.shields.io/github/release/php-http/HttplugBundle.svg?style=flat-square)](https://github.com/php-http/HttplugBundle/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Build Status](https://github.com/php-http/HttplugBundle/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/php-http/HttplugBundle/actions)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/php-http/HttplugBundle.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/HttplugBundle)
[![Quality Score](https://img.shields.io/scrutinizer/g/php-http/HttplugBundle.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/HttplugBundle)
[![Total Downloads](https://img.shields.io/packagist/dt/php-http/httplug-bundle.svg?style=flat-square)](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 [[email protected]](mailto:[email protected]).
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.