From d9235eecd3797f7c1cdff8be4d38ef46594e4cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Sat, 20 Dec 2014 14:32:42 +0100 Subject: [PATCH] Add Symfony bundle reference to README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Dunglas --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d94dc45..f1bc0ed 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,12 @@ Then, you can install OVH APIs wrapper and dependencies with: This will install ``ovh/ovh`` to ``./vendor``, along with other dependencies including ``autoload.php``. +Symfony integration +------------------- + +[Les-Tilleuls.coop](http://les-tilleuls.coop) provides a bundle integrating this SDK with +[the Symfony framework](http://symfony.com): [CoopTilleulsOvhBundle](https://github.com/coopTilleuls/CoopTilleulsOvhBundle). + How to login as a user? -----------------------