PHPackages                             fortytwo/php-sdk-advanced-messaging-platform - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. fortytwo/php-sdk-advanced-messaging-platform

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

fortytwo/php-sdk-advanced-messaging-platform
============================================

Our Advanced Messaging Platform cleverly routes traffic via SMS or IM based on your preferences for delivery and unique knowledge of your audience or it can determine the best way to deliver your message based on factors such as content, cost and deliverability rates.

1.0.4(9y ago)25.1k1MITPHPPHP &gt;=5.4.0

Since May 12Pushed 9y ago2 watchersCompare

[ Source](https://github.com/42Telecom/php-sdk-advanced-messaging-platform)[ Packagist](https://packagist.org/packages/fortytwo/php-sdk-advanced-messaging-platform)[ RSS](/packages/fortytwo-php-sdk-advanced-messaging-platform/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (3)Versions (15)Used By (0)

FORTYTWO - PHP SDK - ADVANCED MESSAGING PLATFORM
================================================

[](#fortytwo---php-sdk---advanced-messaging-platform)

This PHP SDK allows you to send messages via SMS or Instant Messages (e.g VIBER) through the [Advanced Messaging Platform (AMP)](https://www.fortytwo.com/solutions/amp/) service from [Fortytwo Telecom](https://www.fortytwo.com)

AMP allows you to send an Instant Message with text, buttons and/or images to end users as well as SMS. The system can be configured in a way that if the end user is not reachable via Instant Messaging, an SMS is sent as a fallback thus ensuring that the end-user is reached.

Create an Account
-----------------

[](#create-an-account)

In order to use the Advanced Messaging Platform, a token is required to autenticate with Fortytwo. This token can be created by \[Registering Here\] ()

Once registered, in the control panel please go to "IM" &gt; "Tokens" and Add a New Token. The token generated above will be used in the code

Setup
-----

[](#setup)

Install [Composer](https://getcomposer.org/doc/00-intro.md).

In the root path of your project you have to add the SDK as dependency:

```
    composer require fortytwo/php-sdk-advanced-messaging-platform
    composer install
```

Examples:
---------

[](#examples)

```
