appiersign/arkesel-sms

Php implementation of the Arkesel SMS API

1.0.1 2021-09-18 03:34 UTC

This package is not auto-updated.

Last update: 2025-05-11 03:40:12 UTC


README

Budge Goes Here

Latest Version on Packagist

GitHub Tests Status

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.