PHPackages                             ebidtech/message - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. ebidtech/message

ActiveLibrary[Queues &amp; Workers](/categories/queues)

ebidtech/message
================

Message wrapper

v0.3.2(12y ago)04.1k[1 issues](https://github.com/ebidtech/message/issues)MITPHPPHP &gt;=5.4.0

Since Nov 28Pushed 12y ago13 watchersCompare

[ Source](https://github.com/ebidtech/message)[ Packagist](https://packagist.org/packages/ebidtech/message)[ Docs](http://github.com/ebidtech/message)[ RSS](/packages/ebidtech-message/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (4)Dependencies (6)Versions (13)Used By (0)

Message
=======

[](#message)

Simple message wrapper, collection and messaging interfaces.

[![Latest Stable Version](https://camo.githubusercontent.com/2702e240ae0435552e95453f0c6238e61a929d87b88af75d7aa020113abd2663/68747470733a2f2f706f7365722e707567782e6f72672f65626964746563682f6d6573736167652f762f737461626c652e706e67)](https://packagist.org/packages/ebidtech/message) [![Build Status](https://camo.githubusercontent.com/340165611ce46660f0103673af4cc555ad691d8d834b08c1a02fccd2502e6261/68747470733a2f2f7472617669732d63692e6f72672f65626964746563682f6d6573736167652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/ebidtech/message) [![Coverage Status](https://camo.githubusercontent.com/06dd7e29909f71ffd83c598bddc425447ea339496c3b8e501b8a68e6a102d463/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f65626964746563682f6d6573736167652f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/ebidtech/message?branch=master) [![Scrutinizer Quality Score](https://camo.githubusercontent.com/fcb5ca80eb76c8613870a0637c175f3a227b274f7f502ba710f550ee9f9da785/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f65626964746563682f6d6573736167652f6261646765732f7175616c6974792d73636f72652e706e673f733d61383731373764303932393235303031313532633535313237393130303565346533636437323863)](https://scrutinizer-ci.com/g/ebidtech/message/) [![Dependency Status](https://camo.githubusercontent.com/9e18b08848ea02ed311e2a2ca03c30ffe4c52bc3e49f1524bbfe0fc152b8fecb/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3532613063613761363332626163333538383030303034312f62616467652e706e67)](https://www.versioneye.com/user/projects/52a0ca7a632bac3588000041)

Requirements
------------

[](#requirements)

- PHP &gt;= 5.4

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

[](#installation)

The recommended way to install is through composer.

Just create a `composer.json` file for your project:

```
{
    "require": {
        "ebidtech/message": "@stable"
    }
}
```

**Tip:** browse [`ebidtech/message`](https://packagist.org/packages/ebidtech/message) page to choose a stable version to use, avoid the `@stable` meta constraint.

And run these two commands to install it:

```
$ curl -sS https://getcomposer.org/installer | php
$ composer install
```

Now you can add the autoloader, and you will have access to the library:

```
