From 1937227a52002e29493a8bbd05ad63ce0e1b8636 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Mon, 6 Jan 2020 08:28:46 +0100 Subject: [PATCH] simplify readme for symfony flex and link to documentation --- README.md | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 63321510..c2151b2f 100644 --- a/README.md +++ b/README.md @@ -10,29 +10,15 @@ **Symfony integration for [HTTPlug](http://httplug.io/).** -## Install +## Installation -Via Composer +To install the bundle with Symfony Flex, use the recipe: ``` bash -$ composer require php-http/httplug-bundle php-http/curl-client guzzlehttp/psr7 +$ composer require php-http/httplug-bundle ``` -HTTPlug works with any HTTP client implementation that provides a HTTPlug adapter. The command above installs the Guzzle client. For alternatives, see the [HTTPlug client list](http://docs.php-http.org/en/latest/clients.html). -Enable the bundle in your kernel: - -``` php -