Download the PHP package n0nag0n/simple-job-queue without Composer
On this page you can find all versions of the php package n0nag0n/simple-job-queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download n0nag0n/simple-job-queue
More information about n0nag0n/simple-job-queue
Files in n0nag0n/simple-job-queue
Download n0nag0n/simple-job-queue
More information about n0nag0n/simple-job-queue
Files in n0nag0n/simple-job-queue
Vendor n0nag0n
Package simple-job-queue
Short Description A simple library for interfacing with other job queue providers that gives you plenty of flexibility. Currently supports MySQL
License MIT
Package simple-job-queue
Short Description A simple library for interfacing with other job queue providers that gives you plenty of flexibility. Currently supports MySQL
License MIT
Please rate this library. Is it a good library?
Informations about the package simple-job-queue
Simple PHP Job Queue
I wanted/needed a simple job queue that could be used on a database, but also used with other adapters like beanstalkd/redis/etc if needed. Didn't really see a good option for a standalone job queue for a database.
Install
Usage
Adding a new job
MySQL
PostgreSQL
SQLite3
Beanstalkd
Running a worker
See example_worker.php
for file or see below:
Handling long processes
Supervisord is going to be your jam. Look up the many, many articles on how to implement this.
Testing
PHPUnit Tests with sqlite3 examples for the time being.
All versions of simple-job-queue with dependencies
PHP Build Version
Package Version
The package n0nag0n/simple-job-queue contains the following files
Loading the files please wait ....