|
2 | 2 |
|
3 | 3 | <img align="right" src="http://i.giphy.com/100mhETqKYJNf2.gif" width="260 "/> |
4 | 4 |
|
5 | | -[](https://secure.php.net) |
6 | | -[](https://packagist.org/packages/graze/dog-statsd) |
7 | | -[](LICENSE.md) |
8 | | -[](https://travis-ci.org/graze/dog-statsd) |
9 | | -[](https://scrutinizer-ci.com/g/graze/dog-statsd/code-structure) |
10 | | -[](https://scrutinizer-ci.com/g/graze/dog-statsd) |
11 | | -[](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] |
12 | 12 |
|
13 | 13 | This library provides a flexible abstraction layer for working with queues. |
14 | 14 |
|
15 | 15 | It can be installed in whichever way you prefer, but we recommend [Composer][package]. |
16 | 16 |
|
17 | 17 | `~$ composer require graze/queue` |
18 | 18 |
|
| 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 | + |
19 | 37 | ## Documentation |
20 | 38 |
|
21 | 39 | Queue operations center around lists of Message objects. Whether you're sending |
|
0 commit comments