appiersign / arkesel-sms
Php implementation of the Arkesel SMS API
Installs: 845
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/appiersign/arkesel-sms
Requires
- php: ^7.4 | ^8.0
- guzzlehttp/guzzle: ^7.3
This package is not auto-updated.
Last update: 2025-10-12 05:27:39 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.