9naquame / ajumamoro
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
pkg:composer/9naquame/ajumamoro
Requires
- ekowabaka/clearice: 1.*
- ntentan/config: 0.*
- ntentan/logger: 0.*
- predis/predis: ^1.0
This package is not auto-updated.
Last update: 2025-10-12 08:14:50 UTC
README
A job queue for PHP which allows you to have different backends for storing your jobs. Ajumamoro currently supports MySQL, PostgreSQL, SQLite and Redis as backends. It also provides a simple API through which you can implement support for your own storage backend.
Using Ajumamoro
Ajumamoro can be installed as a composer dependency for your app.