From 32ecda0cd942df54818da89e33f0b16194dd6689 Mon Sep 17 00:00:00 2001 From: Konstantin Grachev Date: Wed, 20 Jan 2021 17:36:15 +0300 Subject: [PATCH] Add readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d5f42fd --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# NsqBundle + + + +Symfony integration for [nsq/nsq](https://github.com/nsqphp/nsqphp). + +Installation +------------ + +This library is installable via [Composer](https://getcomposer.org/): + +```bash +composer require nsq/nsq-bundle +``` + +License: +-------- + +The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.