Skip to content

Commit b19c6fd

Browse files
committed
Updated readme
1 parent 09b213e commit b19c6fd

File tree

3 files changed

+16
-22
lines changed

3 files changed

+16
-22
lines changed

.docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Mallgroup / RabbitMQ
1+
Bckp / RabbitMQ
22

33
## Content
44

@@ -50,8 +50,8 @@ rabbitmq:
5050
autoDlxQueue:
5151
connection: default
5252
autoCreate: true
53-
dlx: [+5min, +15min]
54-
# Will create automaticly 2 new dlx queues and exchanges to handle them
53+
dlx: +5min
54+
# Will create automaticly new dlx queues and exchanges to handle them
5555
# if message is rejected in queue, it will go to first DLX, on second reject it will go to second DLX, on third will be throwed away
5656
5757
exchanges:

README.md

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
1-
![](https://heatbadger.now.sh/github/readme/mallgroup/rabbitmq/)
1+
# RabbitMQ
2+
RabbitMQ (AMQP, STOMP, MQTT) integration for Nette Framework using BunnyPHP
23

34
<p>
4-
<a href="https://github.com/mallgroup/rabbitmq/actions"><img src="https://badgen.net/github/checks/mallgroup/rabbitmq/master"></a>
5-
<a href="https://coveralls.io/r/mallgroup/rabbitmq"><img src="https://badgen.net/coveralls/c/github/mallgroup/rabbitmq"></a>
6-
<a href="https://packagist.org/packages/mallgroup/rabbitmq"><img src="https://badgen.net/packagist/dm/mallgroup/rabbitmq"></a>
7-
<a href="https://packagist.org/packages/mallgroup/rabbitmq"><img src="https://badgen.net/packagist/v/mallgroup/rabbitmq"></a>
8-
</p>
9-
<p>
10-
<a href="https://packagist.org/packages/mallgroup/rabbitmq"><img src="https://badgen.net/packagist/php/mallgroup/rabbitmq"></a>
11-
<a href="https://github.com/mallgroup/rabbitmq"><img src="https://badgen.net/github/license/mallgroup/rabbitmq"></a>
12-
</p>
13-
14-
<p>
15-
Website <a href="https://mallgroup.com/">mallgroup.com</a> | Twitter <a href="https://twitter.com/mallcz_it">@mallcz_it</a>
5+
<a href="https://github.com/bckp/rabbitmq/actions"><img src="https://badgen.net/github/checks/bckp/rabbitmq/master"></a>
6+
<a href="https://coveralls.io/r/bckp/rabbitmq"><img src="https://badgen.net/coveralls/c/github/bckp/rabbitmq"></a>
7+
<a href="https://packagist.org/packages/bckp/rabbitmq"><img src="https://badgen.net/packagist/dm/bckp/rabbitmq"></a>
8+
<a href="https://packagist.org/packages/bckp/rabbitmq"><img src="https://badgen.net/packagist/v/bckp/rabbitmq"></a>
9+
<a href="https://packagist.org/packages/bckp/rabbitmq"><img src="https://badgen.net/packagist/php/bckp/rabbitmq"></a>
10+
<a href="https://github.com/bckp/rabbitmq"><img src="https://badgen.net/github/license/bckp/rabbitmq"></a>
1611
</p>
1712

1813
## Usage
1914

20-
To install the latest version of `mallgroup/rabbitmq` use [Composer](https://getcomposer.org).
15+
To install the latest version of `bckp/rabbitmq` use [Composer](https://getcomposer.org).
2116

2217
```
23-
$ composer require mallgroup/rabbitmq
18+
$ composer require bckp/rabbitmq
2419
```
2520

2621
## Documentation
@@ -31,15 +26,14 @@ For details on how to use this package, check out our [documentation](.docs).
3126

3227
| State | Version | Branch | Nette | PHP |
3328
|--------|-----------|----------|----------|---------|
34-
| dev | `^11.1.x` | `master` | `3.0+` | `>=8.0` |
35-
| stable | `^11.0.0` | `master` | `3.0+` | `>=8.0` |
29+
| dev | `^11.2.x` | `master` | `3.0+` | `>=8.0` |
30+
| stable | `^11.1.1` | `master` | `3.0+` | `>=8.0` |
3631

3732
## Development
3833

3934
This package is currently maintaining by these authors.
4035

4136
<a href="https://github.com/bckp"><img width="80" height="80" src="https://avatars.githubusercontent.com/u/179652?v=4&s=80"></a>
42-
<a href="https://github.com/mallgroup"><img width="80" height="80" src="https://avatars.githubusercontent.com/u/23184995?v=4&s=80"></a>
4337

4438
-----
4539

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"prefer-stable": true,
6969
"extra": {
7070
"branch-alias": {
71-
"dev-master": "11.0.x-dev"
71+
"dev-master": "12.0.x-dev"
7272
}
7373
},
7474
"config": {

0 commit comments

Comments
 (0)