amphp/artax
Deprecated (unmaintained) async HTTP/1.1 client for PHP built on Amp. Implements HTTP over raw TCP sockets (no ext/curl), with keep-alive pooling, redirects, gzip decoding, streaming bodies, TLS, cookies, and proxy support. Use amphp/http-client instead.
Artax is a no longer maintained asynchronous HTTP client for PHP based on Amp. Its API simplifies standards-compliant HTTP resource traversal and RESTful web service consumption without obscuring the underlying protocol. The library manually implements HTTP over TCP sockets; as such it has no dependency on ext/curl.
This repository is deprecated in favor of amphp/http-client.
It still exists to keep Packagist working as before.
https://)libcurl dependencyThis package can be installed as a Composer dependency.
composer require amphp/artax
Documentation is bundled within this repository in the docs directory.
More extensive code examples reside in the examples directory.
amphp/artax followed the semver semantic versioning specification like all other amphp packages. There won't be any new releases anymore.
This repository is no longer maintained. Please upgrade to amphp/http-client instead.
The MIT License (MIT). Please see LICENSE for more information.
How can I help you explore Laravel packages today?