@@ -16,6 +16,7 @@ interface and forwarding the calls to an HTTP client not implementing the interf
1616 clients/curl-client
1717 clients/socket-client
1818 clients/mock-client
19+ clients/symfony-client
1920 clients/artax-adapter
2021 clients/buzz-adapter
2122 clients/cakephp-adapter
@@ -31,6 +32,7 @@ interface and forwarding the calls to an HTTP client not implementing the interf
3132 "``php-http/curl-client ``", "Client", ":doc: `Docs </clients/curl-client >`, `Repo <https://github.com/php-http/curl-client >`__", "|curl_version | |curl_downloads | "
3233 "``php-http/socket-client ``", "Client", ":doc: `Docs </clients/socket-client >`, `Repo <https://github.com/php-http/socket-client >`__", "|socket_version | |socket_downloads | "
3334 "``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 | "
3436 "``php-http/artax-adapter ``", "Adapter", ":doc: `Docs </clients/artax-adapter >`, `Repo <https://github.com/php-http/artax-adapter >`__", "|artax_version | |artax_downloads | "
3537 "``php-http/buzz-adapter ``", "Adapter", ":doc: `Docs </clients/buzz-adapter >`, `Repo <https://github.com/php-http/buzz-adapter >`__", "|buzz_version | |buzz_downloads | "
3638 "``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
7678 :target: https://github.com/php-http/mock-client/releases
7779 :alt: Latest Version
7880
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+
7988.. |artax_downloads | image :: https://img.shields.io/packagist/dt/php-http/artax-adapter.svg?style=flat-square
8089 :target: https://packagist.org/packages/php-http/artax-adapter
8190 :alt: Total Downloads
0 commit comments