chtombleson/omnimessage

A simple to use PHP multi-message dispatcher

0.1.3 2014-07-25 23:37 UTC

This package is not auto-updated.

Last update: 2024-04-08 22:49:09 UTC


README

Build Status

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