Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Updated README for v0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Eckerstorfer committed May 19, 2014
1 parent 903e3c3 commit 46baba7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 5.4
- 5.5
- 5.6

before_script:
- composer install --dev
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,21 @@ BcMq

An asynchronous message queue implemented in PHP (mostly for fun and pleasure).

By [Florian Eckerstorfer](http://florianeckerstorfer.com).
By [Florian Eckerstorfer](https://florian.ec).


Installation
------------

The recommended way of installing BcMq is through [Composer](http://getcomposer.org):

{
"require": {
"braincrafted/mq": "dev-master"
}
```json
{
"require": {
"braincrafted/mq": "dev-master"
}
}
```


Usage
Expand All @@ -37,6 +39,10 @@ There are examples for server, consumer and producer in the `examples` directory
Changelog
---------

### Version 0.4.1 (2014-05-19)

- Fixed namespaces for `BackgroundProcess`

### Version 0.4 (2013-11-15)

- Changed namespace to `Braincrafted`
Expand Down Expand Up @@ -77,7 +83,3 @@ License
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/braincrafted/mq/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

0 comments on commit 46baba7

Please sign in to comment.