Skip to content

ntentan/ajumamoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ajuma Moro

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.