Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/zepson-tech/zepsonsms-php
- Owner: Zepson-Tech
- License: mit
- Created: 2021-09-13T19:45:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-10T21:54:11.000Z (over 2 years ago)
- Last Synced: 2024-11-18T10:55:16.705Z (about 1 month ago)
- Topics: hacktoberfest, php, sms-api, sms-gateway
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Security: .github/SECURITY.md
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.