ntentan / ajumamoro
There is no license information available for the latest version (v0.3.0) of this package.
v0.3.0
2018-09-17 15:09 UTC
Requires
- ekowabaka/clearice: @stable
- monolog/monolog: ^1.0
- ntentan/config: @stable
- ntentan/panie: @stable
- ntentan/utils: @stable
- predis/predis: ^1.0
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.