tunjioye / smartxmx
Simple PHP Class to utilize Smart SMS Solutions Bulk Sms HTTP API
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tunjioye/smartxmx
Requires
- php: >=5.3.3
Requires (Dev)
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2025-10-08 05:02:36 UTC
README
Simple PHP Class to utilize Smart SMS Solutions Bulk SMS HTTP API
Requirements
PHP >=5.3.3 is required.
Installation
Via Composer
To get the latest version of SmartXmx, simply require it
composer require tunjioye/smartxmx
Or add the following line to the require block of your composer.json file.
"tunjioye/smartxmx": "1.*"
After which you have to run composer install or composer update to download it and have the autoloader updated.
Usage
// to be continued ...
License
The MIT License (MIT). Please see License File for more information.