zepson/zepsonsms-laravel

This is my package laravel-zepsonsms

0.0.2 2022-03-14 01:09 UTC

This package is auto-updated.

Last update: 2024-03-29 04:27:14 UTC


README

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.