expirenza/sms-helper

Helper for messaging trough EXPIRENZA API

1.0.1 2021-11-15 10:33 UTC

This package is auto-updated.

Last update: 2024-04-15 16:23:14 UTC


README

Helper for sending sms trough EXPIRENZA SMS Gateway

Installation

  • All the code required to get started

Clone

  • Clone this repo to your local machine using https://github.com/EXPIRENZA/sms-helper

Composer

$ composer require expirenza/sms-helper "^1.0.0"

How to use

<?php

$helper = new SmsHelper('some api token');
$helper->send('+10000000000', 'Text with max length is 350 characters');

or

<?php

$helper = new SmsHelper('some api token');
$extId = generateSomeUuid();
$helper->send('+10000000000', 'Text with max length is 350 characters', $extId);

Support

Reach out to me at one of the following places!

https://go.expirenza.com?code=SUPPORT

info@expirenza.com