Send sms messages through a third party api.

Installs: 465

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hirbod-codes/sms

v0.2.0 2022-04-18 11:54 UTC

This package is auto-updated.

Last update: 2025-10-18 19:42:04 UTC


README

A basic laravel package to send SMS messages through third party APIs.

Run: php artisan smspackage:install It will make a new config file called 'smspackage.php' in config directory, if haven't got any.

Then run php artisan make:notification ExampleSms

Then in ExampleSms define a method named 'toSms' that returns an inatance of HirbodKhatami\SmsPackage\Sms class.

Don't forget to use 'text' and 'to' public methods of Sms class(this is required).