|
3 | 3 | 
|
4 | 4 | [![Latest Version on Packagist][ico-version]][link-packagist]
|
5 | 5 | [![Software License][ico-license]](LICENSE)
|
6 |
| -[![Build Status][ico-travis]][link-travis] |
7 | 6 | [![Coverage Status][ico-scrutinizer]][link-scrutinizer]
|
8 | 7 | [![Quality Score][ico-code-quality]][link-code-quality]
|
9 | 8 | [![Total Downloads][ico-downloads]][link-downloads]
|
@@ -43,7 +42,7 @@ Extensions that modify existing methods like `alternate exchanges` are also supp
|
43 | 42 |
|
44 | 43 | * [enqueue/amqp-lib](https://github.com/php-enqueue/amqp-lib) is a [amqp interop](https://github.com/queue-interop/queue-interop#amqp-interop) compatible wrapper.
|
45 | 44 |
|
46 |
| -* [AMQProxy](https://github.com/cloudamqp/amqproxy) is a proxy library with connection and channel pooling/reusing. This allows for lower connection and channel churn when using php-amqplib, leading to less CPU usage of RabbitMQ. |
| 45 | +* [AMQProxy](https://github.com/cloudamqp/amqproxy) is a proxy library with connection and channel pooling/reusing. This allows for lower connection and channel churn when using php-amqplib, leading to less CPU usage of RabbitMQ. |
47 | 46 |
|
48 | 47 | ## Setup ##
|
49 | 48 |
|
@@ -383,13 +382,11 @@ Author: Vadim Zaliva <lord@crocodile.org>
|
383 | 382 |
|
384 | 383 | [ico-version]: https://img.shields.io/packagist/v/php-amqplib/php-amqplib.svg?style=flat-square
|
385 | 384 | [ico-license]: https://img.shields.io/badge/license-LGPL_2.1-brightgreen.svg?style=flat-square
|
386 |
| -[ico-travis]: https://img.shields.io/travis/php-amqplib/php-amqplib/master.svg?style=flat-square |
387 | 385 | [ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/php-amqplib/php-amqplib.svg?style=flat-square
|
388 | 386 | [ico-code-quality]: https://img.shields.io/scrutinizer/g/php-amqplib/php-amqplib.svg?style=flat-square
|
389 | 387 | [ico-downloads]: https://img.shields.io/packagist/dt/php-amqplib/php-amqplib.svg?style=flat-square
|
390 | 388 |
|
391 | 389 | [link-packagist]: https://packagist.org/packages/php-amqplib/php-amqplib
|
392 |
| -[link-travis]: https://travis-ci.org/php-amqplib/php-amqplib |
393 | 390 | [link-scrutinizer]: https://scrutinizer-ci.com/g/php-amqplib/php-amqplib/code-structure
|
394 | 391 | [link-code-quality]: https://scrutinizer-ci.com/g/php-amqplib/php-amqplib
|
395 | 392 | [link-downloads]: https://packagist.org/packages/php-amqplib/php-amqplib
|
|
0 commit comments