chtombleson / omnimessage
A simple to use PHP multi-message dispatcher
0.1.3
2014-07-25 23:37 UTC
Requires
- php: >=5.4
- guzzlehttp/guzzle: ~4.0
- swiftmailer/swiftmailer: @stable
- symfony/finder: 2.5.*
Requires (Dev)
- phpunit/phpunit: 4.1.*
- sami/sami: ~2.0
This package is not auto-updated.
Last update: 2024-12-17 01:59:20 UTC
README
Send messages via multiple services quickly and easily with omnimessage.
Currently we support the following services:
Documentation
Installation
Install via composer, add the following to your composer.json.
"require": {
"chtombleson\omnimessage": "~0.1"
}
Run composer install
API Docs
Documentation is in the docs directory.
Examples
See examples directory.
Tests
Test use phpunit, they can be run using the phpunit
command in the root directory.
License
See LICENSE
Changelog
See CHANGELOG