We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1580bcc commit adc76b9Copy full SHA for adc76b9
README.md
@@ -3,10 +3,9 @@ yii-async
3
4
Provides translucent api for moving large tasks out of request response
5
6
-Run tests with:
7
-~~~
8
-vendor/bin/codecept run
9
+#####Requirments:
+- php >=5.4
+- [php-amqp](https://github.com/pdezwart/php-amqp)
10
11
#####Using with AMQP:
12
######Installing:
@@ -27,4 +26,10 @@ vendor/bin/codecept run
27
26
```
28
######Usage:
29
For code exampless look into tests:
30
-- [AmqpTest](tests/unit/AmqpTest.php)
+- [AmqpTest](tests/unit/AmqpTest.php)
+
31
32
+######Runing tests:
33
+~~~
34
+vendor/bin/codecept run
35
0 commit comments