ebidtech / message
Message wrapper
Installs: 4 109
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 14
Forks: 0
Open Issues: 1
Requires
- php: >=5.4.0
- ebidtech/collection: 2.0.*
- ebidtech/compress: 1.1.*
Requires (Dev)
- phpmd/phpmd: ~1.5.0
- phpunit/phpunit: 4.0.*
- satooshi/php-coveralls: dev-master
- squizlabs/php_codesniffer: 1.5.*
README
Simple message wrapper, collection and messaging interfaces.
Requirements
- PHP >= 5.4
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
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';
Usage
Contributing
See CONTRIBUTING file.
Credits
- Ebidtech developer team, message Lead developer Eduardo Oliveira (eduardo.oliveira@ebidtech.com).
- All contributors
License
Message library is released under the MIT License. See the bundled LICENSE file for details.