Looking to hire Laravel developers? Try LaraJobs

zepsonsms-laravel maintained by zepson

Description
This is my package laravel-zepsonsms
Author
Last update
2022/03/30 02:41 (dev-main)
License
Downloads
15

Comments
comments powered by Disqus

Laravel ZepsonSMS

Installation

You can install the package via composer:

composer require zepson/laravel-zepsonsms

You can publish the config file with:

php artisan vendor:publish --provider="NotificationChannels\ZepsonSms\ZepsonSmsServiceProvider" --tag="zepsonsms-config"

This is the contents of the published config file:

return [
  #
];

Usage

$zepsonsms = new NotificationChannels\ZepsonSms();
echo $zepsonsms->echoPhrase('Hello, NotificationChannels!');

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.