Download the PHP package phlib/jobqueue without Composer
On this page you can find all versions of the php package phlib/jobqueue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package jobqueue
phlib/jobqueue
Job Queue implementation.
Install
Via Composer
or
Basic Usage
Bootstrap
Producer
Consumer
See examples for more advance usage.
Jobqueue Script
The script has a dependency on two constructed objects. The Job Queue interface and the Scheduler interface. In order to provide this the following describes how they are injected into the script.
jobqueue-config.php (can be located in the root or folder.
Table Schema
SQS Fair Queues
JobQueue can automatically set MessageGroupId from a parameter on the job's body see the AWS documentation for more information.
License
This package is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.
All versions of jobqueue with dependencies
ext-json Version *
phlib/beanstalk Version ^3
phlib/db Version ^2 || ^3
phlib/console-configuration Version ^2 || ^3
phlib/console-process Version ^3 || ^4
psr/log Version ^1 || ^2 || ^3
aws/aws-sdk-php Version ^3.61
stechstudio/backoff Version ^1.6