symfony-sms-bundle:用于支持 SMS 的 Symfony2 包

时间:2024-07-03 20:30:44
【文件属性】:

文件名称:symfony-sms-bundle:用于支持 SMS 的 Symfony2 包

文件大小:21KB

文件格式:ZIP

更新时间:2024-07-03 20:30:44

PHP

symfony-sms-bundle 用于支持 SMS 的 Symfony2 包 激活捆绑 在您的 AppKernel 中: new cspoo\SmsBundle\cspooSmsBundle(), 配置示例 # config.yml cspoo_sms: default_transport: winic transports: - name: winic type: winic username: foo password: bar 在控制器中的使用 $smsSender = $this->container->get('sms'); $sms = $smsSender->createSms($phone, $to


【文件预览】:
symfony-sms-bundle-master
----Resources()
--------config()
----Transport()
--------SmsPrepaidTransportInterface.php(126B)
--------BaseTransport.php(533B)
--------SmscreatorTransport.php(2KB)
--------WinicTransport.php(750B)
--------SmsTransportInterface.php(177B)
----Services()
--------SmsFactory.php(2KB)
----LICENSE(34KB)
----DependencyInjection()
--------cspooSmsExtension.php(2KB)
--------Configuration.php(1KB)
----README.md(2KB)
----cspooSmsBundle.php(358B)
----.gitignore(35B)
----Model()
--------Sms.php(380B)
----composer.json(671B)

网友评论