Add recipe for vuillaume-agency/symfony-turnstile 1.0#1926
Conversation
|
Thanks for the PR 😍 How to test these changes in your application
Diff between recipe versionsIn order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes. |
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
2451f0a to
91ab42e
Compare
Head branch was pushed to by a user without write access
91ab42e to
c491d16
Compare
|
The "Run updated recipes" check fails because the package requires PHP 8.2+ and Symfony 7.4+. The CI tests against Symfony 6 with PHP 8.1, which is not a supported configuration for this bundle. This is expected behavior - the recipe will only apply for users running compatible PHP/Symfony versions. Package requirements:
|
Description
Add Symfony Flex recipe for vuillaume-agency/symfony-turnstile, a bundle that integrates Cloudflare Turnstile into Symfony forms.
Package info
Recipe contents
Bundle registration
Registers
VuillaumeAgency\TurnstileBundle\VuillaumeAgencyTurnstileBundleinconfig/bundles.phpEnvironment variables
TURNSTILE_KEY- Cloudflare Turnstile site keyTURNSTILE_SECRET- Cloudflare Turnstile secret keyConfiguration file
Creates
config/packages/vuillaume_agency_turnstile.yamlwith all available options:key- Site key (from env)secret- Secret key (from env)enable- Enable/disable validationdisable_submit_until_verified- Disable submit buttons until verification completesWhy Turnstile?
Turnstile is a privacy-preserving CAPTCHA alternative from Cloudflare: