Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 885 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 885 Bytes

ZepsonSMS PHP SDK

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.