rudolphp/laravel-textlocal
Composer 安装命令:
composer require rudolphp/laravel-textlocal
包简介
This is a Wrapper for SMS Service of TextLocal.in
README 文档
README
Laravel Package to Integrate TextLocal.in SMS.
Installation
You can install the package via composer:
composer require rudolphp/laravel-textlocal
You can publish and run the migrations with:
php artisan vendor:publish --tag="textlocal-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="textlocal-config"
This is the contents of the published config file:
return [
];
Optionally, you can publish the views using
php artisan vendor:publish --tag="textlocal-views"
Usage
$sms = new LaravelTextlocal(); // sender, optional $sms->send('message', 'mobile number','sender');
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Documentation
https://api.textlocal.in/docs/phpclass
If you liked this package!
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-20