dev-lucid / queue
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dev-lucid/queue
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: 2025-09-28 01:43:59 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.