|
4 | 4 |
|
5 | 5 | <p align="center"> |
6 | 6 | <a href="https://gitter.im/php-enqueue/Lobby"><img src="https://badges.gitter.im/php-enqueue/Lobby.svg" alt="Enqueue Chat"></a> |
7 | | - <a href="https://github.com/php-enqueue/enqueue-dev/actions?query=workflow%3ACI"><img src="https://img.shields.io/github/workflow/status/php-enqueue/enqueue-dev/CI" alt="Build Status"></a> |
| 7 | + <a href="https://github.com/php-enqueue/enqueue-dev/actions?query=workflow%3ACI"><img src="https://img.shields.io/github/actions/workflow/status/php-enqueue/enqueue-dev/ci.yml?branch=master" alt="Build Status"></a> |
8 | 8 | <a href="https://packagist.org/packages/enqueue/enqueue/stats"><img src="https://poser.pugx.org/enqueue/enqueue/d/total.png?branch=master" alt="Total Downloads"></a> |
9 | 9 | <a href="https://packagist.org/packages/enqueue/enqueue"><img src="https://poser.pugx.org/enqueue/enqueue/version.png" alt="Latest Stable Version"></a> |
10 | 10 | <a href="./LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a> |
@@ -32,71 +32,71 @@ Features: |
32 | 32 | * Battle-tested. Used in production. |
33 | 33 | * Supported transports |
34 | 34 | * [AMQP(s)](https://php-enqueue.github.io/transport/amqp/) based on [PHP AMQP extension](https://github.com/pdezwart/php-amqp) |
35 | | -[](https://github.com/php-enqueue/amqp-ext/actions?query=workflow%3ACI) |
| 35 | +[](https://github.com/php-enqueue/amqp-ext/actions?query=workflow%3ACI) |
36 | 36 | [](https://packagist.org/packages/enqueue/amqp-ext/stats) |
37 | 37 | [](https://packagist.org/packages/enqueue/amqp-ext) |
38 | 38 | * [AMQP](https://php-enqueue.github.io/transport/amqp_bunny/) based on [bunny](https://github.com/jakubkulhan/bunny) |
39 | | -[](https://github.com/php-enqueue/amqp-bunny/actions?query=workflow%3ACI) |
| 39 | +[](https://github.com/php-enqueue/amqp-bunny/actions?query=workflow%3ACI) |
40 | 40 | [](https://packagist.org/packages/enqueue/amqp-bunny/stats) |
41 | 41 | [](https://packagist.org/packages/enqueue/amqp-bunny) |
42 | 42 | * [AMQP(s)](https://php-enqueue.github.io/transport/amqp_lib/) based on [php-amqplib](https://github.com/php-amqplib/php-amqplib) |
43 | | -[](https://github.com/php-enqueue/amqp-lib/actions?query=workflow%3ACI) |
| 43 | +[](https://github.com/php-enqueue/amqp-lib/actions?query=workflow%3ACI) |
44 | 44 | [](https://packagist.org/packages/enqueue/amqp-lib/stats) |
45 | 45 | [](https://packagist.org/packages/enqueue/amqp-lib) |
46 | 46 | * [Beanstalk](https://php-enqueue.github.io/transport/pheanstalk/) |
47 | | -[](https://github.com/php-enqueue/pheanstalk/actions?query=workflow%3ACI) |
| 47 | +[](https://github.com/php-enqueue/pheanstalk/actions?query=workflow%3ACI) |
48 | 48 | [](https://packagist.org/packages/enqueue/pheanstalk/stats) |
49 | 49 | [](https://packagist.org/packages/enqueue/pheanstalk) |
50 | 50 | * [STOMP](https://php-enqueue.github.io/transport/stomp/) |
51 | | -[](https://github.com/php-enqueue/stomp/actions?query=workflow%3ACI) |
| 51 | +[](https://github.com/php-enqueue/stomp/actions?query=workflow%3ACI) |
52 | 52 | [](https://packagist.org/packages/enqueue/stomp/stats) |
53 | 53 | [](https://packagist.org/packages/enqueue/stomp) |
54 | 54 | * [Amazon SQS](https://php-enqueue.github.io/transport/sqs/) |
55 | | -[](https://github.com/php-enqueue/sqs/actions?query=workflow%3ACI) |
| 55 | +[](https://github.com/php-enqueue/sqs/actions?query=workflow%3ACI) |
56 | 56 | [](https://packagist.org/packages/enqueue/sqs/stats) |
57 | 57 | [](https://packagist.org/packages/enqueue/sqs) |
58 | 58 | * [Amazon SNS](https://php-enqueue.github.io/transport/sns/) |
59 | | -[](https://github.com/php-enqueue/sns/actions?query=workflow%3ACI) |
| 59 | +[](https://github.com/php-enqueue/sns/actions?query=workflow%3ACI) |
60 | 60 | [](https://packagist.org/packages/enqueue/sns/stats) |
61 | 61 | [](https://packagist.org/packages/enqueue/sns) |
62 | 62 | * [Amazon SNS\SQS](https://php-enqueue.github.io/transport/snsqs/) |
63 | | -[](https://github.com/php-enqueue/snsqs/actions?query=workflow%3ACI) |
| 63 | +[](https://github.com/php-enqueue/snsqs/actions?query=workflow%3ACI) |
64 | 64 | [](https://packagist.org/packages/enqueue/snsqs/stats) |
65 | 65 | [](https://packagist.org/packages/enqueue/snsqs) |
66 | 66 | * [Google PubSub](https://php-enqueue.github.io/transport/gps/) |
67 | | -[](https://github.com/php-enqueue/gps/actions?query=workflow%3ACI) |
| 67 | +[](https://github.com/php-enqueue/gps/actions?query=workflow%3ACI) |
68 | 68 | [](https://packagist.org/packages/enqueue/gps/stats) |
69 | 69 | [](https://packagist.org/packages/enqueue/gps) |
70 | 70 | * [Kafka](https://php-enqueue.github.io/transport/kafka/) |
71 | | -[](https://github.com/php-enqueue/rdkafka/actions?query=workflow%3ACI) |
| 71 | +[](https://github.com/php-enqueue/rdkafka/actions?query=workflow%3ACI) |
72 | 72 | [](https://packagist.org/packages/enqueue/rdkafka/stats) |
73 | 73 | [](https://packagist.org/packages/enqueue/rdkafka) |
74 | 74 | * [Redis](https://php-enqueue.github.io/transport/redis/) |
75 | | -[](https://github.com/php-enqueue/redis/actions?query=workflow%3ACI) |
| 75 | +[](https://github.com/php-enqueue/redis/actions?query=workflow%3ACI) |
76 | 76 | [](https://packagist.org/packages/enqueue/redis/stats) |
77 | 77 | [](https://packagist.org/packages/enqueue/redis) |
78 | 78 | * [Gearman](https://php-enqueue.github.io/transport/gearman/) |
79 | | -[](https://github.com/php-enqueue/gearman/actions?query=workflow%3ACI) |
| 79 | +[](https://github.com/php-enqueue/gearman/actions?query=workflow%3ACI) |
80 | 80 | [](https://packagist.org/packages/enqueue/gearman/stats) |
81 | 81 | [](https://packagist.org/packages/enqueue/gearman) |
82 | 82 | * [Doctrine DBAL](https://php-enqueue.github.io/transport/dbal/) |
83 | | -[](https://github.com/php-enqueue/dbal/actions?query=workflow%3ACI) |
| 83 | +[](https://github.com/php-enqueue/dbal/actions?query=workflow%3ACI) |
84 | 84 | [](https://packagist.org/packages/enqueue/dbal/stats) |
85 | 85 | [](https://packagist.org/packages/enqueue/dbal) |
86 | 86 | * [Filesystem](https://php-enqueue.github.io/transport/filesystem/) |
87 | | -[](https://github.com/php-enqueue/fs/actions?query=workflow%3ACI) |
| 87 | +[](https://github.com/php-enqueue/fs/actions?query=workflow%3ACI) |
88 | 88 | [](https://packagist.org/packages/enqueue/fs/stats) |
89 | 89 | [](https://packagist.org/packages/enqueue/fs) |
90 | 90 | * [Mongodb](https://php-enqueue.github.io/transport/mongodb/) |
91 | | -[](https://github.com/php-enqueue/mongodb/actions?query=workflow%3ACI) |
| 91 | +[](https://github.com/php-enqueue/mongodb/actions?query=workflow%3ACI) |
92 | 92 | [](https://packagist.org/packages/enqueue/mongodb/stats) |
93 | 93 | [](https://packagist.org/packages/enqueue/mongodb) |
94 | 94 | * [WAMP](https://php-enqueue.github.io/transport/wamp/) |
95 | | -[](https://github.com/php-enqueue/wamp/actions?query=workflow%3ACI) |
| 95 | +[](https://github.com/php-enqueue/wamp/actions?query=workflow%3ACI) |
96 | 96 | [](https://packagist.org/packages/enqueue/wamp/stats) |
97 | 97 | [](https://packagist.org/packages/enqueue/wamp) |
98 | 98 | * [Null](https://php-enqueue.github.io/transport/null/) |
99 | | -[](https://github.com/php-enqueue/null/actions?query=workflow%3ACI) |
| 99 | +[](https://github.com/php-enqueue/null/actions?query=workflow%3ACI) |
100 | 100 | [](https://packagist.org/packages/enqueue/null/stats) |
101 | 101 | [](https://packagist.org/packages/enqueue/null) |
102 | 102 | * [the others are coming](https://github.com/php-enqueue/enqueue-dev/issues/284) |
|
0 commit comments