From 8494dd59c0981b39ed7b75f22a92bb0048c61a75 Mon Sep 17 00:00:00 2001 From: Maksim Kotlyar Date: Fri, 17 Nov 2017 12:43:11 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4c2003..fed0ce8 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -https://github.com/queue-interop/queue-interop#amqp-interop +[![Latest Stable Version](https://poser.pugx.org/queue-interop/amqp-interop/v/stable.png)](https://packagist.org/packages/queue-interop/amqp-interop) +[![Monthly Downloads](https://poser.pugx.org/queue-interop/amqp-interop/d/monthly)](https://packagist.org/packages/queue-interop/amqp-interop) +[![License](https://poser.pugx.org/queue-interop/amqp-interop/license)](https://packagist.org/packages/queue-interop/amqp-interop) + +## About + +amqp-interop tries to identify and standardize a common way for PHP programs to create, send, receive and read AMMQ messages to achieve interoperability. It seats on top of [queue interop](https://github.com/queue-interop/queue-interop). More [here](https://github.com/queue-interop/queue-interop#amqp-interop). + +## License + +[MIT license](License)