appiersign / arkesel-sms
Php implementation of the Arkesel SMS API
1.0.1
2021-09-18 03:34 UTC
Requires
- php: ^7.4 | ^8.0
- guzzlehttp/guzzle: ^7.3
This package is not auto-updated.
Last update: 2025-05-11 03:40:12 UTC
README
Budge Goes Here
Installation
You can install the package via composer:
composer require appiersign/arkesel-sms
Usage (Just Like)
$sms = new Appiersign\ArkeselSms\ArkeselSms('YOUR API KEY'); $response = $sms->send('YOUR SEND ID', ['LIST', 'OF', 'RECIPIENTS'], 'YOUR MESSAGE!');;
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.