@@ -16,6 +16,7 @@ interface and forwarding the calls to an HTTP client not implementing the interf
16
16
clients/curl-client
17
17
clients/socket-client
18
18
clients/mock-client
19
+ clients/symfony-client
19
20
clients/artax-adapter
20
21
clients/buzz-adapter
21
22
clients/cakephp-adapter
@@ -31,6 +32,7 @@ interface and forwarding the calls to an HTTP client not implementing the interf
31
32
"``php-http/curl-client ``", "Client", ":doc: `Docs </clients/curl-client >`, `Repo <https://github.com/php-http/curl-client >`__", "|curl_version | |curl_downloads | "
32
33
"``php-http/socket-client ``", "Client", ":doc: `Docs </clients/socket-client >`, `Repo <https://github.com/php-http/socket-client >`__", "|socket_version | |socket_downloads | "
33
34
"``php-http/mock-client ``", "Client", ":doc: `Docs </clients/mock-client >`, `Repo <https://github.com/php-http/mock-client >`__", "|mock_version | |mock_downloads | "
35
+ "``symfony/http-client ``", "Client", ":doc: `Docs </clients/symfony-client >`, `Repo <https://github.com/symfony/http-client >`__", "|symfony_version | |symfony_downloads | "
34
36
"``php-http/artax-adapter ``", "Adapter", ":doc: `Docs </clients/artax-adapter >`, `Repo <https://github.com/php-http/artax-adapter >`__", "|artax_version | |artax_downloads | "
35
37
"``php-http/buzz-adapter ``", "Adapter", ":doc: `Docs </clients/buzz-adapter >`, `Repo <https://github.com/php-http/buzz-adapter >`__", "|buzz_version | |buzz_downloads | "
36
38
"``php-http/cakephp-adapter ``", "Adapter", ":doc: `Docs </clients/cakephp-adapter >`, `Repo <https://github.com/php-http/cakephp-adapter >`__", "|cakephp_version | |cakephp_downloads | "
@@ -76,6 +78,13 @@ HTTPlug use the ``provide`` section to tell composer that they do provide the cl
76
78
:target: https://github.com/php-http/mock-client/releases
77
79
:alt: Latest Version
78
80
81
+ .. |symfony_downloads | image :: https://img.shields.io/packagist/dt/symfony/http-client.svg?style=flat-square
82
+ :target: https://packagist.org/packages/symfony/http-client
83
+ :alt: Total Downloads
84
+ .. |symfony_version | image :: https://img.shields.io/github/v/tag/symfony/http-client.svg?style=flat-square
85
+ :target: https://github.com/symfony/http-client/releases
86
+ :alt: Latest Version
87
+
79
88
.. |artax_downloads | image :: https://img.shields.io/packagist/dt/php-http/artax-adapter.svg?style=flat-square
80
89
:target: https://packagist.org/packages/php-http/artax-adapter
81
90
:alt: Total Downloads
0 commit comments