File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Async HTTP Client for PHP
22
33[ ![ Packagist Version] ( https://img.shields.io/packagist/v/codewithsushil/async-http-client.svg )] ( https://packagist.org/packages/codewithsushil/async-http-client )
4- [ ![ CI ] ( https://github.com/codewithsushil /async-http-client /actions/workflows/ci .yml/badge.svg )] ( https://github.com/codewithsushil /async-http-client /actions )
4+ [ ![ Tests ] ( https://github.com/CodeWithSushil /async-http/actions/workflows/tests .yml/badge.svg?branch=master )] ( https://github.com/CodeWithSushil /async-http/actions/workflows/tests.yml )
55
66A fully async, non-blocking HTTP client built using ` stream_socket_client ` and ` stream_select ` . No cURL. No Guzzle.
77
@@ -52,4 +52,4 @@ foreach ($urls as $url) {
5252}
5353
5454$multi->run();
55- ```
55+ ```
You can’t perform that action at this time.
0 commit comments