Skip to content

Commit c1b2ad7

Browse files
author
Harry Bragg
authored
the previous merge broke the links, re-introduce them (#41)
1 parent 2c1c5ad commit c1b2ad7

2 files changed

Lines changed: 25 additions & 7 deletions

File tree

README.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,38 @@
22

33
<img align="right" src="http://i.giphy.com/100mhETqKYJNf2.gif" width="260 "/>
44

5-
[![PHP ~5.5](https://img.shields.io/badge/php-%3E%3D5.5-8892BF.svg)](https://secure.php.net)
6-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/graze/dog-statsd.svg?style=flat-square)](https://packagist.org/packages/graze/dog-statsd)
7-
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
8-
[![Build Status](https://img.shields.io/travis/graze/dog-statsd/master.svg?style=flat-square)](https://travis-ci.org/graze/dog-statsd)
9-
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/graze/dog-statsd.svg?style=flat-square)](https://scrutinizer-ci.com/g/graze/dog-statsd/code-structure)
10-
[![Quality Score](https://img.shields.io/scrutinizer/g/graze/dog-statsd.svg?style=flat-square)](https://scrutinizer-ci.com/g/graze/dog-statsd)
11-
[![Total Downloads](https://img.shields.io/packagist/dt/graze/dog-statsd.svg?style=flat-square)](https://packagist.org/packages/graze/dog-statsd)
5+
[![PHP ~5.5][ico-engine]][lang]
6+
[![Latest Version][ico-package]][package]
7+
[![MIT Licensed][ico-license]][license]
8+
[![Build Status][ico-build]][travis]
9+
[![Coverage Status][ico-coverage]][coverage]
10+
[![Quality Score][ico-quality]][quality]
11+
[![Total Downloads][ico-downloads]][downloads]
1212

1313
This library provides a flexible abstraction layer for working with queues.
1414

1515
It can be installed in whichever way you prefer, but we recommend [Composer][package].
1616

1717
`~$ composer require graze/queue`
1818

19+
<!-- Links -->
20+
[travis]: https://travis-ci.org/graze/queue
21+
[lang]: https://secure.php.net
22+
[package]: https://packagist.org/packages/graze/queue
23+
[license]: https://github.com/graze/queue/blob/master/LICENSE
24+
[coverage]: https://scrutinizer-ci.com/g/graze/queue/code-structure
25+
[quality]: https://scrutinizer-ci.com/g/graze/queue
26+
[downloads]: https://packagist.org/packages/graze/queue
27+
28+
<!-- Images -->
29+
[ico-license]: https://img.shields.io/packagist/l/graze/queue.svg?style=flat-square
30+
[ico-package]: https://img.shields.io/packagist/v/graze/queue.svg?style=flat-square
31+
[ico-build]: https://img.shields.io/travis/graze/queue/master.svg?style=flat-square
32+
[ico-engine]: https://img.shields.io/badge/php-%3E%3D5.5-8892BF.svg?style=flat-square
33+
[ico-coverage]: https://img.shields.io/scrutinizer/coverage/g/graze/queue.svg?style=flat-square
34+
[ico-quality]: https://img.shields.io/scrutinizer/g/graze/queue.svg?style=flat-square
35+
[ico-downloads]: https://img.shields.io/packagist/dt/graze/queue.svg?style=flat-square
36+
1937
## Documentation
2038

2139
Queue operations center around lists of Message objects. Whether you're sending

build/coverage_to_scruitinizer.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)