From 441accd251dfb4421c17e684f179373621d2a7d2 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Fri, 6 Nov 2015 09:00:34 +0100 Subject: [PATCH] start list of framework integrations --- docs/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.md b/docs/index.md index b9d5578..cfc67c6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,6 +25,12 @@ PHP-HTTP is separated into several packages: See [package overview](package-overview.md) for a complete list. +### Framework Integration + +Httplug can be used in any PHP based project. Nonetheless, we provide particular integration for some popular frameworks: + +- [HttplugBundle](https://github.com/php-http/HttplugBundle/) integration with the Symfony framework. + ## History