apimaster / sms
apimaster quick sms web service
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/apimaster/sms
Requires
- php: >=7.0
- ext-curl: *
- ext-json: *
This package is auto-updated.
Last update: 2025-11-18 02:00:57 UTC
README
Quick sms webservice by apimaster
Installation
Via Composer
$ composer require apimaster/sms
Usage
<?php include 'vendor/autoload.php'; use APIMaster\SMS\SMS; SMS::setApiKey('<YOUR_API_KEY'); $sms = SMS::send('0933xxxx957', 106, ['code' => 4859]); print_r($sms);
Replace <YOUR_API_KEY> with your given api key.
Documentation
You can see documents in postman. Don't forget to check out endpoint examples.
License
This library is open-sourced package licensed under the MIT license.