stfr/laravel-sendinblue
Composer 安装命令:
composer require stfr/laravel-sendinblue
包简介
Laravel's mail transport for SendinBlue
README 文档
README
Laravel's mail transport for SendinBlue
Installation
composer require webup/laravel-sendinblue
Compatibility
| Version | Laravel | Sendiblue Api |
|---|---|---|
| 3.* | 7.0 and above | v3 |
| 2.* | 5.5 - 6.* | v3 |
| 1.1.* | 5.5 - 6.* | v2 |
| 1.0.* | 5.0 - 5.4 | v2 |
Provider
config/app.php
'providers' => [ Webup\LaravelSendinBlue\SendinBlueServiceProvider::class, ],
Configuration
config/services.php
'sendinblue' => [ // api-key or partner-key 'key_identifier' => env('SENDINBLUE_KEY_IDENTIFIER', 'api-key'), 'key' => env('SENDINBLUE_KEY'), ],
.env
MAIL_DRIVER=sendinblue
SENDINBLUE_KEY=your-access-key
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-10