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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-13 06:28:47 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.