Skip to content

Commit 5c373ff

Browse files
committed
Merge branch 'master' into develop
2 parents 47c6f9b + fdca42b commit 5c373ff

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

Diff for: README.md

+25-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
11
# PHP Resque Worker (and Enqueue)
22

3-
[![Build Status](https://secure.travis-ci.org/resque/php-resque.png)](http://travis-ci.org/resque/php-resque)
4-
53
PHP Resque is a Redis-backed library for creating background jobs, placing those
64
jobs on one or more queues, and processing them later.
75

6+
![PHP-Resque Logo](https://github.com/resque/php-resque/raw/master/extras/php-resque.png)
7+
8+
[![License (MIT)](https://img.shields.io/packagist/l/resque/php-resque.svg?style=flat-square)](https://github.com/resque/php-resque)
9+
[![PHP Version](https://img.shields.io/packagist/php-v/resque/php-resque.svg?style=flat-square&logo=php&logoColor=white)](https://packagist.org/packages/resque/php-resque)
10+
[![Latest Version](https://img.shields.io/packagist/v/resque/php-resque.svg?style=flat-square)](https://packagist.org/packages/resque/php-resque)
11+
[![Latest Unstable Version](https://img.shields.io/packagist/vpre/resque/php-resque.svg?style=flat-square)](https://packagist.org/packages/resque/php-resque)
12+
[![Downloads](https://img.shields.io/packagist/dt/resque/php-resque.svg?style=flat-square)](https://packagist.org/packages/resque/php-resque)
13+
14+
[![Build Status](https://img.shields.io/travis/resque/php-resque.svg?style=flat-square&logo=travis)](http://travis-ci.org/resque/php-resque)
15+
[![Tested With HHVM](https://img.shields.io/hhvm/resque/php-resque.svg?style=flat-square)](http://travis-ci.org/resque/php-resque)
16+
[![Code Quality](https://img.shields.io/scrutinizer/g/resque/php-resque.svg?style=flat-square&logo=scrutinizer)](https://scrutinizer-ci.com/g/resque/php-resque/)
17+
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/resque/php-resque.svg?style=flat-square&logo=scrutinizer)](https://scrutinizer-ci.com/g/resque/php-resque/)
18+
[![Dependency Status](https://img.shields.io/librariesio/github/resque/php-resque.svg?style=flat-square)](https://libraries.io/github/resque/php-resque)
19+
20+
[![Latest Release](https://img.shields.io/github/release/resque/php-resque.svg?style=flat-square&logo=github&logoColor=white)](https://github.com/resque/php-resque)
21+
[![Latest Release Date](https://img.shields.io/github/release-date/resque/php-resque.svg?style=flat-square&logo=github&logoColor=white)](https://github.com/resque/php-resque)
22+
[![Commits Since Latest Release](https://img.shields.io/github/commits-since/resque/php-resque/latest.svg?style=flat-square&logo=github&logoColor=white)](https://github.com/resque/php-resque)
23+
[![Maintenance Status](https://img.shields.io/maintenance/yes/2019.svg?style=flat-square&logo=github&logoColor=white)](https://github.com/resque/php-resque)
24+
25+
[![Contributors](https://img.shields.io/github/contributors/resque/php-resque.svg?style=flat-square&logo=github&logoColor=white)](https://github.com/resque/php-resque)
26+
[![Chat on Slack](https://img.shields.io/badge/chat-Slack-blue.svg?style=flat-square&logo=slack&logoColor=white)](https://join.slack.com/t/php-resque/shared_invite/enQtNTIwODk0OTc1Njg3LWYyODczMTZjMzI2N2JkYWUzM2FlNDk5ZjY2ZGM4Njc4YjFiMzU2ZWFjOGQxMDIyNmE5MTBlNWEzODBiMmVmOTI)
27+
828
## Background
929

1030
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:
3656
- Has built in support for `setUp` and `tearDown` methods, called pre and post
3757
jobs
3858

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.
4062

4163
## Requirements
4264

Diff for: extras/php-resque.png

148 KB
Loading

0 commit comments

Comments
 (0)