expirenza / sms-helper
Helper for messaging trough EXPIRENZA API
1.0.1
2021-11-15 10:33 UTC
Requires
- php: >=7.2.0
This package is auto-updated.
Last update: 2025-04-15 18:21:36 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!