con4gis / queue
The batch processing brick of the Contao GIS-kit con4gis.
Installs: 1 158
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^7.4 || ^8.0
- con4gis/core: ^6.0 || ^7.0
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
README
Overview
The queue brick of the Contao GIS-kit con4gis. This bundle provides a job queue, which can be processed as background task via a cronjob. The type of jobs is very flexible, as the queue is built upon the Symfony event system.
Installation
Via composer:
composer require con4gis/queue
Alternatively, you can use the Contao Manager to install the con4gis-QueueBundle.
Requirements
- Contao (4.9.x LTS or latest stable release)
- CoreBundle (latest stable release)
Documentation
Visit docs.con4gis.org for a user documentation. You can also contact us via the support forum there.