PHPackages                             fballiano/openmage-cloudflare-turnstile - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. fballiano/openmage-cloudflare-turnstile

ActiveMagento-module[Security](/categories/security)

fballiano/openmage-cloudflare-turnstile
=======================================

0.7.0(8mo ago)113464[5 issues](https://github.com/fballiano/openmage-cloudflare-turnstile/issues)OSL-3.0PHPPHP &gt;=7.4.0

Since Mar 23Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/fballiano/openmage-cloudflare-turnstile)[ Packagist](https://packagist.org/packages/fballiano/openmage-cloudflare-turnstile)[ Docs](https://github.com/fballiano/openmage-cloudflare-turnstile)[ Fund](https://www.buymeacoffee.com/fballiano)[ Fund](https://paypal.me/fabrizioballiano)[ RSS](/packages/fballiano-openmage-cloudflare-turnstile/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

Cloudflare Turnstile module for OpenMage/Magento1
=================================================

[](#cloudflare-turnstile-module-for-openmagemagento1)

Turnstile is Cloudflare's CAPTCHA alternative, read more at

**If you find my work valuable, please consider sponsoring**
[![Sponsor me on GitHub](https://camo.githubusercontent.com/3f9a3c47d5a6c575b4d6c5f13ecaf55ff585c67a6ba47f87f8cf57e4cb7a1fdc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73706f6e736f722d3330333633443f7374796c653d666f722d7468652d6261646765266c6f676f3d4769744875622d53706f6e736f7273266c6f676f436f6c6f723d237768697465)](https://github.com/sponsors/fballiano "Sponsor me on GitHub")[![Buy me a coffee](https://camo.githubusercontent.com/430a7d4ff7294cc857ec60d5ea9f51241205a91cab8387143d33b4bd13e27912/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4275795f4d655f415f436f666665652d4646444430303f7374796c653d666f722d7468652d6261646765266c6f676f3d6275792d6d652d612d636f66666565266c6f676f436f6c6f723d626c61636b)](https://www.buymeacoffee.com/fballiano "Buy me a coffee")[![Donate via PayPal](https://camo.githubusercontent.com/b811c9741e973ac713b2a33c9bfd025f0fad57a7b1d57a29d03b30badb6d04f9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50617950616c2d3030343537433f7374796c653d666f722d7468652d6261646765266c6f676f3d70617970616c266c6f676f436f6c6f723d7768697465)](https://www.paypal.com/paypalme/fabrizioballiano "Donate via PayPal")Features
--------

[](#features)

- Super easy and non-intrusive implementation, you don't have to modify and block or phtml file
- Support for customer registration, customer forgot password, newsletter subscribe, checkout (guest/register), product review, wishlist share
- Support for admin login and forgot password
- Easy customization (for theme related changes to the supported forms) via configurable CSS selectors
- Lazy load of Cloudflare's javascript, Google PageSpeed will appreciate
- Compatible with Magento 1.9, OpenMage 19 and OpenMage 20 on PHP &gt;= 7.4

How to use it
-------------

[](#how-to-use-it)

- Install via composer (`composer require fballiano/openmage-cloudflare-turnstile`), modman (`modman clone https://github.com/fballiano/openmage-cloudflare-turnstile`) or any other way you like
- Configure your Turnstile SITE\_KEY/SECRET\_KEY in "system -&gt; Configuration -&gt; Admin -&gt; Cloudflare Turnstile"
- If you want to test the module you can use development keys available at

What to do if Cloudflare is down and you can't access your store
----------------------------------------------------------------

[](#what-to-do-if-cloudflare-is-down-and-you-cant-access-your-store)

Let's be clear, this case will almost never happen, if it happens half of the world will be down (and probably also other parts of your website) so you can just wait a couple of hours and everything will be back on line, but if you need to, then...

Disable the extension completely, you can do it in the database, in the `core_config_data` table, look for records identified by `path='admin/fballiano_turnstile/enable'`, or simply run this query:

`UPDATE core_config_data SET value=0 WHERE path='admin/fballiano_turnstile/enable'`

Remember that this query will work only if you don't have a "table prefix" in your database, otherwise the name of the core\_config\_data table will be different in your case.

After modifying the DB, clear magento cache (either deliting everything from the `var/cache` folder, or purging your redis-cache-database or running something like `n98-magerun.phar cache:flush`).

Backup!!!
---------

[](#backup)

Backup your database and files before launching the cleaning process!!! This module is provided "as is" and I'll not be responsible for any data damage.

Support
-------

[](#support)

If you have any issues with this extension, open an issue on GitHub.

Contribution
------------

[](#contribution)

Any contributions are highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).

Developer
---------

[](#developer)

Fabrizio Balliano

[@fballiano](https://twitter.com/fballiano)

Licence
-------

[](#licence)

[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)

Copyright
---------

[](#copyright)

(c) Fabrizio Balliano

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance51

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 96.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~87 days

Recently: every ~130 days

Total

7

Last Release

256d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/262e16fb4a6bbef60ac0fd0172f5586e2c24effcc80a2138e662fb0316083c4c?d=identicon)[fballiano](/maintainers/fballiano)

---

Top Contributors

[![fballiano](https://avatars.githubusercontent.com/u/909743?v=4)](https://github.com/fballiano "fballiano (31 commits)")[![will-souza](https://avatars.githubusercontent.com/u/33578173?v=4)](https://github.com/will-souza "will-souza (1 commits)")

---

Tags

magentorecaptchacaptchacloudflareturnstileopenmagemagento1

### Embed Badge

![Health badge](/badges/fballiano-openmage-cloudflare-turnstile/health.svg)

```
[![Health](https://phpackages.com/badges/fballiano-openmage-cloudflare-turnstile/health.svg)](https://phpackages.com/packages/fballiano-openmage-cloudflare-turnstile)
```

###  Alternatives

[coderflex/laravel-turnstile

A package to help you implement the Cloudflare turnstile "CAPTCHA Alternative"

110317.7k3](/packages/coderflex-laravel-turnstile)[usarise/turnstile

PHP library for Turnstile, is Cloudflare’s smart CAPTCHA alternative. It can be embedded into any website without sending traffic through Cloudflare and works without showing visitors a CAPTCHA.

2393.5k6](/packages/usarise-turnstile)[phelium/recaptcha

reCAPTCHA v2 class

4389.4k](/packages/phelium-recaptcha)[cakephp-fr/recaptcha

To easily use Google Recaptcha (free CAPTCHA service that protect websites from spam and abuse) in CakePHP projects

1419.3k](/packages/cakephp-fr-recaptcha)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
