tuxweb-it / amp-sql-queue
Async non-blocking SQL job queue for AMPHP, PostgreSQL, MySQL, and MariaDB.
0.2.3
2026-05-07 22:41 UTC
Requires
- php: ^8.3
- amphp/amp: ^3.1
- revolt/event-loop: ^1.0
Requires (Dev)
- amphp/mysql: ^3.0
- amphp/postgres: ^2.0
- phpstan/phpstan: ^1.12
- phpunit/phpunit: ^11.0
Suggests
- amphp/mysql: Required to use AmpSqlQueue\Storage\MysqlQueueStorage with MySQL or MariaDB.
- amphp/postgres: Required to use AmpSqlQueue\Storage\PostgresQueueStorage.