Skip to content
/ queue Public

Simple queue implementation. Load / Run queue commands (with custom storage support).

License

Notifications You must be signed in to change notification settings

devorto/queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Symfony Console Command object based queue system.

Usage:
  1. Add a class implementing the storage interface. This class will be used to get/add items from/to the queue. For example in this class you can use a database driver (mysql or alike) to store the commands.
  2. Create the symfony console command class(es).
  3. Run the symfony console commands by using a queue implementation. For example src/Commands/Run.php. But also if you like to create your own implementation this code is a good starting point.

About

Simple queue implementation. Load / Run queue commands (with custom storage support).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages