Download the PHP package tritum/turnstile without Composer

On this page you can find all versions of the php package tritum/turnstile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package turnstile

TYPO3 extension Total downloads Stability ci phpstan TYPO3 versions Latest version

TYPO3 Extension to add Turnstile to EXT:form

This TYPO3 extension provides a Turnstile integration for the TYPO3 Form Framework (EXT:form). Turnstile is a free captcha alternative provided by Cloudflare. It is GDPR compatible. For more information check the Turnstile website.

We were inspired by an article published on heise.de. The article states that bots are better than ever in solving captchas. In 2022, Cloudflare released Turnstile as an alternative to captchas, see 1 and 2.

Quick Setup

  1. Install the extension and activate it.
  2. Add the static TypoScript configuration to your TypoScript template.
  3. Get a Turnstile site_key and a privateKey. Set the TypoScript Constants appropriately.
  4. Add a Turnstile element to a form.
  5. All done!

Get Turnstile keys for your website

You need two API keys from Cloudflare. Retrieving those keys is free of charge. Open your Cloudflare dashboard. Add a new entry for your website. In order to do so, provide a name of the website and the domain. This also works for multiple environments, just provide the domain like tritum.de. Any subdomain or local domain will also be supported.

Furthermore, you can choose between three different modes for the challenge. For more information see: https://developers.cloudflare.com/turnstile/reference/widget-types/.

TypoScript Constants

Set the following TypoScript Constants:

Environment variables

As an alternative to the TypoScript configuration, you can also use environment variables:

Content Security Policy

If you are using CSP, make sure to adjust them accordingly:

Privacy

Make sure to inform your users of your usage of Turnstile and what that means.

For more information see: https://www.cloudflare.com/de-de/trust-hub/gdpr/.

Help & Support

Please use GitHub for issue tracking. For more information see: https://github.com/tritum/turnstile/issues.

Kudos

A big kudos to Ralf Zimmermann. He is the brain behind the TYPO3 Form Framework and created this extension initially. TRITUM came up with the idea and maintains this peace of fine coding.


All versions of turnstile with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1 | ^8.2
ext-json Version *
ramsey/uuid Version ^4.7
typo3/cms-core Version ^11.5.0 || ^12.4.0
typo3/cms-extbase Version ^11.5.0 || ^12.4.0
typo3/cms-fluid Version ^11.5.0 || ^12.4.0
typo3/cms-form Version ^11.5.0 || ^12.4.0
usarise/turnstile Version ^0.4.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tritum/turnstile contains the following files

Loading the files please wait ....