Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.