poznet / tools
遗留项目的工具
0.0.2
2017-12-17 12:02 UTC
Requires
- php: >=5.3
- swiftmailer/swiftmailer: ^6.0
- symfony/http-foundation: ^2.0
This package is auto-updated.
Last update: 2024-09-13 22:56:32 UTC
README
谷歌验证码
类 : \Poznet\Tools\CaptchaHelper
需要 HttpFundatiom\Request
示例
$validator = new CaptchaHelper('googlecaptchasecret');
$validator->validate(Request)
根据谷歌API响应返回 true/false
SwiftMailer
类 : \Poznet\Tools\MailerHelper
需要 Swiftmailer
示例
$mailer = new MailerHelper('arraywithsmtpaccessdata');
$mailer->send($subject,$from,$to,$body);
返回 true/false