jasirilabs / nanasisms
There is no license information available for the latest version (v0.1.3) of this package.
Aggregating SMS services to a single API
v0.1.3
2022-08-04 09:31 UTC
Requires
- php: >=8.1
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- laravel/pint: ^0.2.1
- pestphp/pest: ^1.21
- pestphp/pest-plugin-mock: ^1.0
- phpstan/phpstan: ^1.8
README
Nanasi Sms
Note
Feel free to play with the code.
Get started
Warning
This is a work in progress.
use JasiriLabs\NanasiSMS\Config; use JasiriLabs\NanasiSMS\NextSms\NextSmsAdapter; use JasiriLabs\NanasiSMS\SwahibaSms; $config = new Config(['username' => 'username', 'password' => 'password']); $sms = new SwahibaSms( new NextSmsAdapter($config), [] );
$sms->send(['255765975152', '255766073577'], ['Hello Sigma SMS', 'Its working']); $sms->schedule('255746094190', 'Hello Scheduled SMS', ['date' => '2022-06-30', 'time' => '10:03']); $sms->deliveryReport(['limit' => 3]) $sms->balance()
Contributing
We value contributions from the community. If you have any questions, please open an issue or pull request.
Security Vulnerabilities
In case of any security issue just email us at support@jasirilabs.com
License
This project is licensed under the MIT license. See the LICENSE file for more information.