waazibf/playsmsws
最新稳定版本:v1.0.0
Composer 安装命令:
composer require waazibf/playsmsws
包简介
PlaySMS API for Laravel
README 文档
README
Laravel 9 PlaySMS API Integration
Installation
Install Package
composer require waazibf/laravel-playsmsws
Add Service Provider & Facade
For Laravel 5.5+
Once the package is added, the service provider and facade will be autodiscovered.
For Laravel <=5.4
Add the ServiceProvider to the providers array in config/app.php:
waazibf\Playsmsws\PlaysmswsServiceProvider::class,
Add the Facade to the aliases array in config/app.php:
'Playsmsws': waazibf\Playsmsws\Facades\PlaysmswsFacade::class,
Publish Config
Once done, publish the config to your config folder using:
php artisan vendor:publish --provider="waazibf\Playsmsws\PlaysmswsServiceProvider"
Configuration
Once the config file is published, open config/playsmsws.php and set your desired values for the parameters:
URL
Your PlaySMS WebServices URL.
Username
Your PlaySMS WebServices Username.
Token
Your PlaySMS WebServices Token.
Usage
FIXME
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2022-11-01