Libraries tagged by amphp
amphp/http
14782053 Downloads
Basic HTTP primitives which can be shared by servers and clients.
amphp/hpack
14883018 Downloads
HTTP/2 HPack implementation.
amphp/redis
808391 Downloads
Efficient asynchronous communication with Redis servers, enabling scalable and responsive data storage and retrieval.
amphp/log
3061714 Downloads
Non-blocking logging for PHP based on Amp, Revolt, and Monolog.
amphp/file
3519397 Downloads
Non-blocking access to the filesystem based on Amp and Revolt.
amphp/windows-registry
19775729 Downloads
Windows Registry Reader.
amphp/postgres
664583 Downloads
Asynchronous PostgreSQL client for Amp.
amphp/parallel-functions
10860790 Downloads
Parallel processing made simple.
amphp/mysql
1228378 Downloads
Asynchronous MySQL client for PHP based on Amp.
amphp/http-tunnel
1092684 Downloads
HTTP/1.1 CONNECT tunnel connector built on the Amp concurrency framework
amphp/websocket-server
307719 Downloads
Websocket server for Amp's HTTP server.
amphp/sql-common
1433594 Downloads
Common classes for non-blocking SQL implementations.
amphp/sql
1425500 Downloads
Asynchronous SQL client for Amp.
amphp/phpunit-util
845919 Downloads
Helper package to ease testing with PHPUnit.
amphp/http-server-router
581155 Downloads
Routes to request handlers based on HTTP method and path for amphp/http-server.