From 43215507ceb8320b9e99bd76b12a34b13cf13f73 Mon Sep 17 00:00:00 2001 From: Mika Tuupola Date: Fri, 14 Oct 2016 22:03:35 +0300 Subject: [PATCH] Mention Slim Framework factories --- clients/includes/install-message-factory.inc | 3 ++- discovery.rst | 2 +- httplug/users.rst | 7 +++++-- message.rst | 2 +- message/message-factory.rst | 4 +++- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/clients/includes/install-message-factory.inc b/clients/includes/install-message-factory.inc index b1e4124..37303cc 100644 --- a/clients/includes/install-message-factory.inc +++ b/clients/includes/install-message-factory.inc @@ -7,7 +7,7 @@ to install one as well (for example `Guzzle PSR-7`_): In order to provide full interoperability, message implementations are accessed through :doc:`factories `. Message factories for -`Diactoros`_ and `Guzzle PSR-7`_ are available in the +`Diactoros`_, `Guzzle PSR-7`_ and `Slim Framework`_ are available in the :doc:`message ` component: .. code-block:: bash @@ -16,3 +16,4 @@ accessed through :doc:`factories `. Message factories .. _Diactoros: https://github.com/zendframework/zend-diactoros .. _Guzzle PSR-7: https://github.com/guzzle/psr7 +.. _Slim Framework: https://github.com/slimphp/Slim diff --git a/discovery.rst b/discovery.rst index faea515..b246fb1 100644 --- a/discovery.rst +++ b/discovery.rst @@ -31,7 +31,7 @@ Strategies The package supports multiple discovery strategies and comes with two out-of-the-box: -- A built-in strategy supporting the HTTPlug adapters, clients and factories (including Guzzle and Diactoros) +- A built-in strategy supporting the HTTPlug adapters, clients and factories (including Guzzle, Diactoros and Slim Framework) - A strategy supporting the beta version of `Puli`_ Strategies provide candidates of a type which gets evaluated by the discovery service. diff --git a/httplug/users.rst b/httplug/users.rst index 0aa802d..906f9bf 100644 --- a/httplug/users.rst +++ b/httplug/users.rst @@ -36,8 +36,7 @@ You can pick any of the clients or adapters :doc:`provided by PHP-HTTP