|
1 | 1 | # PHP Resque Worker (and Enqueue)
|
2 | 2 |
|
3 |
| -[](http://travis-ci.org/resque/php-resque) |
4 |
| - |
5 | 3 | PHP Resque is a Redis-backed library for creating background jobs, placing those
|
6 | 4 | jobs on one or more queues, and processing them later.
|
7 | 5 |
|
| 6 | + |
| 7 | + |
| 8 | +[](https://github.com/resque/php-resque) |
| 9 | +[](https://packagist.org/packages/resque/php-resque) |
| 10 | +[](https://packagist.org/packages/resque/php-resque) |
| 11 | +[](https://packagist.org/packages/resque/php-resque) |
| 12 | +[](https://packagist.org/packages/resque/php-resque) |
| 13 | + |
| 14 | +[](http://travis-ci.org/resque/php-resque) |
| 15 | +[](http://travis-ci.org/resque/php-resque) |
| 16 | +[](https://scrutinizer-ci.com/g/resque/php-resque/) |
| 17 | +[](https://scrutinizer-ci.com/g/resque/php-resque/) |
| 18 | +[](https://libraries.io/github/resque/php-resque) |
| 19 | + |
| 20 | +[](https://github.com/resque/php-resque) |
| 21 | +[](https://github.com/resque/php-resque) |
| 22 | +[](https://github.com/resque/php-resque) |
| 23 | +[](https://github.com/resque/php-resque) |
| 24 | + |
| 25 | +[](https://github.com/resque/php-resque) |
| 26 | +[](https://join.slack.com/t/php-resque/shared_invite/enQtNTIwODk0OTc1Njg3LWYyODczMTZjMzI2N2JkYWUzM2FlNDk5ZjY2ZGM4Njc4YjFiMzU2ZWFjOGQxMDIyNmE5MTBlNWEzODBiMmVmOTI) |
| 27 | + |
8 | 28 | ## Background
|
9 | 29 |
|
10 | 30 | Resque was pioneered by GitHub, and written in Ruby. What you're seeing here
|
@@ -36,7 +56,9 @@ It also supports the following additional features:
|
36 | 56 | - Has built in support for `setUp` and `tearDown` methods, called pre and post
|
37 | 57 | jobs
|
38 | 58 |
|
39 |
| -This port is originally based on the works of Chris Boulton et al, see <https://github.com/chrisboulton/php-resque> |
| 59 | +This port was originally made by [Chris |
| 60 | +Boulton](https://github.com/chrisboulton), with maintenance by the community. |
| 61 | +See <https://github.com/chrisboulton/php-resque> for more on that history. |
40 | 62 |
|
41 | 63 | ## Requirements
|
42 | 64 |
|
|
0 commit comments