dev-lucid / queue
1.0.0
2016-04-25 18:15 UTC
Requires
- php: ^7.0
- dev-lucid/basiclogger: ~1.0
- dev-lucid/container: ~1.0
- dev-lucid/factory: ^1.0
- dev-lucid/router: ~1.0
Requires (Dev)
- phpunit/phpunit: ^5.0
This package is not auto-updated.
Last update: 2024-11-09 20:39:19 UTC
README
A queue for processing actions in order. Uses \Lucid\Component\Factory (https://packagist.org/packages/dev-lucid/factory) for instantiating objects, and \Lucid\Component\Router (https://packagist.org/packages/dev-lucid/router) for parsing actions from either the request or command line arguments.