CodeIgniter4
CodeIgniter4 copied to clipboard
Generic Queue Interface
Provides a common interface to queueing tasks, including to formal queue engines like RabbitMQ or Beanstalkd, and a simple file and database for local versions. Useful for off-loading time-consuming tasks like sending emails, push notifications, image processing, etc.
Handlers:
- [ ] RabbitMQ
- [ ] Local File
- [ ] Local Database
- [ ] Redis
- [ ] Memcached
Integrations:
- [ ] Events