PHPackages                             messente/messente-omnichannel-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. messente/messente-omnichannel-php

AbandonedArchivedLibrary[API Development](/categories/api)

messente/messente-omnichannel-php
=================================

Messente's API which allows sending messages via various channels with fallback options.

1.0.3(7y ago)12.8k1[1 issues](https://github.com/messente/messente-omnichannel-php/issues)Apache-2.0PHPPHP &gt;=5.6

Since Aug 16Pushed 7y ago3 watchersCompare

[ Source](https://github.com/messente/messente-omnichannel-php)[ Packagist](https://packagist.org/packages/messente/messente-omnichannel-php)[ Docs](https://messente.com)[ RSS](/packages/messente-messente-omnichannel-php/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (4)Versions (6)Used By (0)

messente-omnichannel-php
========================

[](#messente-omnichannel-php)

This is the PHP library for Messente Omnichannel API

Requirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/messente/messente-omnichannel-php.git"
    }
  ],
  "require": {
    "messente/messente-omnichannel-php": "*@master"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
require_once(__DIR__ . '/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
