文件名称:Sendinblue:Laravel 的 Sendinblue v3 MailTemplateSMS 传输
文件大小:20KB
文件格式:ZIP
更新时间:2024-06-17 19:30:25
PHP
适用于Laravel的Sendinblue v3 它是什么? 提供事务功能的 Laravel 包,例如: Laravel 原生邮件传输 事务模板传输 事务性短信传输 安装 对于Laravel 8.x composer require juanparati/sendinblue "^8.0" 对于Laravel 7.x: composer require juanparati/sendinblue "^4.0" 对于Laravel 6.x: composer require juanparati/sendinblue "^3.0" 对于Laravel 5.5至5.8: composer require juanparati/sendinblue "^2.4" 对于 Laravel 5.5 及以下版本,需要将服务提供者注册到“config/app.p
【文件预览】:
Sendinblue-master
----.gitignore(1KB)
----README.md(7KB)
----tests()
--------test()
--------SendinblueTestCase.php(445B)
----phpunit.xml(710B)
----composer.json(1KB)
----src()
--------SMSTransport.php(3KB)
--------SMSMessage.php(1KB)
--------Contracts()
--------SMSModel.php(888B)
--------Transport.php(6KB)
--------Exceptions()
--------Template.php(9KB)
--------AttachExt.php(1KB)
--------TemplateTransport.php(5KB)
--------ServiceProvider.php(2KB)
--------Facades()
--------TemplateModel.php(1KB)
--------Client.php(2KB)
--------SMS.php(3KB)
--------TemplateMessage.php(2KB)