net
net copied to clipboard
A small, modern, PSR-7 compatible PSR-17 and PSR-18 network library for PHP, inspired by Go's net package.
Results
4
net issues
Sort by
recently updated
recently updated
newest added
**PHP does not do async.** Any "async HTTP client" in PHP is really just **_deferred_**, and as such we will _not_ use the `async`/`await` terminology, but instead `defer`/`dispatch`.
enhancement