PHPackages                             tms/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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. tms/cloudflare-turnstile

ActiveNeos-plugin[Authentication &amp; Authorization](/categories/authentication)

tms/cloudflare-turnstile
========================

Cloudflare's smart CAPTCHA alternative Turnstile for Neos.Form

2.0.0(2mo ago)03572PHP

Since Feb 21Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/tmsdev/Tms.Cloudflare.Turnstile)[ Packagist](https://packagist.org/packages/tms/cloudflare-turnstile)[ RSS](/packages/tms-cloudflare-turnstile/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

Tms.Cloudflare.Turnstile
========================

[](#tmscloudflareturnstile)

This package provides a form element for the CAPTCHA alternative [Turnstile by Cloudflare](https://developers.cloudflare.com/turnstile/) and can be used on your Neos CMS site with [Neos.Form](https://github.com/neos/form) &amp; [Neos.Form.Builder](https://github.com/neos/form-builder).

> 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.

Cloudflare Turnstile documentation:

Install
-------

[](#install)

```
composer require tms/cloudflare-turnstile
```

Usage
-----

[](#usage)

1.) [Create a free Cloudflare account](https://dash.cloudflare.com/sign-up) or [log in](https://dash.cloudflare.com/login) to your existing one

2.) Go to **Turnstile**

3.) Select **Add a site** and fill out the form

4.) Copy the `site key` and `secret key` and add the following environment variables

```
# Configuration/Settings.yaml
Tms:
  Cloudflare:
    Turnstile:
      siteKey: '%env:CLOUDFLARE_TURNSTILE_SITE_KEY%'
      secretKey: '%env:CLOUDFLARE_TURNSTILE_SECRET_KEY%'
```

> **Note:** In `Development` context the package automatically sets [test keys that always pass](https://developers.cloudflare.com/turnstile/frequently-asked-questions/#are-there-sitekeys-and-secret-keys-that-can-be-used-for-testing)

5.) Add the Turnstile form element to your form configuration or use the Turnstile content element in your node-based forms

```
prototype(Vendor.PackageName:MyForm) < prototype(Neos.Form.Builder:Form) {
    firstPage.elements {
        turnstile = Tms.Cloudflare.Turnstile:Turnstile.Definition
    }
}

```

Notes
-----

[](#notes)

By default, the Turnstile API is called on form interaction. Set `lazyload: false` to call the API on page load.

```
# Configuration/Settings.yaml
Tms:
  Cloudflare:
    Turnstile:
      lazyload: true
```

Acknowledgments
---------------

[](#acknowledgments)

Development sponsored by [tms.development - Online Marketing and Neos CMS Agency](https://www.tms-development.de/)

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance84

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~286 days

Total

5

Last Release

83d ago

Major Versions

1.0.3 → 2.0.02026-04-10

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5636715?v=4)[Joachim Beck](/maintainers/jobee)[@jobee](https://github.com/jobee)

---

Top Contributors

[![jobee](https://avatars.githubusercontent.com/u/5636715?v=4)](https://github.com/jobee "jobee (8 commits)")[![andrehoffmann30](https://avatars.githubusercontent.com/u/23524251?v=4)](https://github.com/andrehoffmann30 "andrehoffmann30 (3 commits)")[![daniellienert](https://avatars.githubusercontent.com/u/642226?v=4)](https://github.com/daniellienert "daniellienert (1 commits)")

---

Tags

captchaneoscmsspam-protection

### Embed Badge

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

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

###  Alternatives

[neos/neos-development-collection

Neos packages in a joined repository for pull requests.

267103.9k1](/packages/neos-neos-development-collection)[neos/form-builder

Flow Form Framework integration into Neos CMS

19364.6k20](/packages/neos-form-builder)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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