zepson/zepsonsms-php

0.0.2 2022-03-11 23:39 UTC

This package is auto-updated.

Last update: 2024-04-11 02:42:33 UTC


README

Installation

You can install the package via composer:

composer require zepson/zepsonsms-php

Usage

$zepson = new ZepsonSms\SDK\Client('username', 'password');
echo $zepson->sendSms([
    'message'=>'Hello, ZepsonSms!',
    'to'=>'+255752771650',
    'from'=>'ZEPSONSMS'
]);

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.