Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.87 KB

README.md

File metadata and controls

60 lines (38 loc) · 1.87 KB

Omnimessage

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