Simple message wrapper, collection and messaging interfaces.
- PHP >= 5.4
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
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:
<?php
require 'vendor/autoload.php';
See CONTRIBUTING file.
- Ebidtech developer team, message Lead developer Eduardo Oliveira ([email protected]).
- All contributors
Message library is released under the MIT License. See the bundled LICENSE file for details.