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