expirenza / sms-helper
Helper for messaging trough EXPIRENZA API
Installs: 246
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/expirenza/sms-helper
Requires
- php: >=7.2.0
This package is auto-updated.
Last update: 2025-10-15 19:22:46 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!