@@ -21,16 +21,16 @@ interface and forwarding the calls to an HTTP client not implementing the interf
21
21
:hidden:
22
22
23
23
clients/curl-client
24
- clients/socket-client
25
24
clients/mock-client
26
25
clients/symfony-client
27
26
clients/artax-adapter
27
+ clients/guzzle7-adapter
28
+ clients/react-adapter
28
29
clients/buzz-adapter
29
30
clients/cakephp-adapter
30
31
clients/guzzle5-adapter
31
32
clients/guzzle6-adapter
32
- clients/guzzle7-adapter
33
- clients/react-adapter
33
+ clients/socket-client
34
34
clients/zend-adapter
35
35
36
36
Current Clients and Adapters
@@ -44,7 +44,6 @@ Current Clients and Adapters
44
44
"``php-http/mock-client ``", "Client", ":doc: `Docs </clients/mock-client >`, `Repo <https://github.com/php-http/mock-client >`__", "|mock_version | |mock_downloads | "
45
45
"``symfony/http-client ``", "Client", ":doc: `Docs </clients/symfony-client >`, `Repo <https://github.com/symfony/http-client >`__", "|symfony_version | |symfony_downloads | "
46
46
"``php-http/artax-adapter ``", "Adapter", ":doc: `Docs </clients/artax-adapter >`, `Repo <https://github.com/php-http/artax-adapter >`__", "|artax_version | |artax_downloads | "
47
- "``php-http/cakephp-adapter ``", "Adapter", ":doc: `Docs </clients/cakephp-adapter >`, `Repo <https://github.com/php-http/cakephp-adapter >`__", "|cakephp_version | |cakephp_downloads | "
48
47
"``php-http/guzzle7-adapter ``", "Adapter", ":doc: `Docs </clients/guzzle7-adapter >`, `Repo <https://github.com/php-http/guzzle7-adapter >`__", "|guzzle7_version | |guzzle7_downloads | "
49
48
"``php-http/react-adapter ``", "Adapter", ":doc: `Docs </clients/react-adapter >`, `Repo <https://github.com/php-http/react-adapter >`__", "|react_version | |react_downloads | "
50
49
@@ -59,6 +58,7 @@ These are not maintained anymore, but we keep documentation around for now. Plea
59
58
60
59
"``php-http/socket-client ``", "Client", ":doc: `Docs </clients/socket-client >`, `Repo <https://github.com/php-http/socket-client >`__", "|socket_version | |socket_downloads | "
61
60
"``php-http/buzz-adapter ``", "Adapter", ":doc: `Docs </clients/buzz-adapter >`, `Repo <https://github.com/php-http/buzz-adapter >`__", "|buzz_version | |buzz_downloads | "
61
+ "``php-http/cakephp-adapter ``", "Adapter", ":doc: `Docs </clients/cakephp-adapter >`, `Repo <https://github.com/php-http/cakephp-adapter >`__", "|cakephp_version | |cakephp_downloads | "
62
62
"``php-http/guzzle5-adapter ``", "Adapter", ":doc: `Docs </clients/guzzle5-adapter >`, `Repo <https://github.com/php-http/guzzle5-adapter >`__", "|guzzle5_version | |guzzle5_downloads | "
63
63
"``php-http/guzzle6-adapter ``", "Adapter", ":doc: `Docs </clients/guzzle6-adapter >`, `Repo <https://github.com/php-http/guzzle6-adapter >`__", "|guzzle6_version | |guzzle6_downloads | "
64
64
"``php-http/zend-adapter ``", "Adapter", ":doc: `Docs </clients/zend-adapter >`, `Repo <https://github.com/php-http/zend-adapter >`__", "|zend_version | |zend_downloads | "
0 commit comments