Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zepson-tech/zepsonsms-php

ZepsonSMS PHP SDK https://zepsonsms.co.tz/
https://github.com/zepson-tech/zepsonsms-php

hacktoberfest php sms-api sms-gateway

Last synced: about 1 month ago
JSON representation

ZepsonSMS PHP SDK https://zepsonsms.co.tz/

Awesome Lists containing this project

README

        

# ZepsonSMS PHP SDK

## Installation

You can install the package via composer:

```bash
composer require zepson/zepsonsms-php
```

## Usage

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

## Testing

```bash
composer test
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [Alpha Olomi](https://github.com/alphaolomi)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.