文件名称:EWZRecaptchaBundle:该捆绑包为Symfony提供了简单的reCAPTCHA表单字段
文件大小:42KB
文件格式:ZIP
更新时间:2024-06-02 00:44:11
PHP
EWZRecaptchaBundle 该捆绑包为Symfony提供了简单的reCAPTCHA表单字段。 安装 步骤1:使用composer并启用Bundle 要使用Composer安装EWZRecaptchaBundle,只需在终端中输入: php composer.phar require excelwebzone/recaptcha-bundle 现在,Composer将自动下载所有必需的文件,并为您安装它们。 剩下要做的就是更新您的AppKernel.php文件,并注册新的捆绑软件: <?php // in AppKernel::registerBundles() $ bundles = array ( // ... new EWZ \ Bundle \ RecaptchaBundle \ EWZRecaptchaBundle (), // ... )
【文件预览】:
EWZRecaptchaBundle-master
----.github()
--------workflows()
----src()
--------Resources()
--------Validator()
--------EWZRecaptchaBundle.php(139B)
--------Extension()
--------DependencyInjection()
--------Form()
--------Locale()
--------Factory()
----phpunit.xml.dist(496B)
----LICENSE(1KB)
----README.md(15KB)
----.editorconfig(197B)
----tests()
--------DependencyInjection()
--------Form()
--------Locale()
--------bootstrap.php(436B)
----.gitignore(77B)
----composer.json(1KB)