The Home for
Magento Excellence

Explore. Discover. Elevate. #magento

162
Modules Tested
98
Ready for Magento 2.4
64
Need Your Help
Stable v1.4.3
Ready to Install
Build tests pass on Magento 2.4.8-p3

Magento 2 – Cloudflare

jetrails/magento2-cloudflare

Interact with popular Cloudflare features through Magento 2's backend portal.

75,965
Downloads
Below average
21
GitHub Stars
Below average
6mo ago
Last Release
5
Open Issues

Quality Score

3/5
Installs via Composer
DI compiles correctly
Templates compile
PHPStan

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.4.3 on Magento 2.4.8-p3
Dec 15, 2025
v1.4.3 on Magento 2.4.8-p2
Aug 14, 2025
v1.4.3 on Magento 2.4.8
Jul 9, 2025
v1.4.2 on Magento 2.4.8
May 18, 2025
v1.4.2 on Magento 2.4.7-p4
Feb 15, 2025
v1.4.2 on Magento 2.4.7-p3
Oct 16, 2024

+6 older tests

GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs

Share This Module's Status

Magento 2 – Cloudflare Magento compatibility status badge

README

Loaded from GitHub

Magento 2 — Cloudflare — By JetRails

Interact with popular Cloudflare features though Magento's backend portal.

Documentation

The user guide can be found here. The user guide goes through the installation process as well as explains all the features that comes with this extension. For further support, please email development@jetrails.com.

Build System

A simple Makefile is used as a build system. Run make help to see available commands.

Development Environment

We use a super simple development environment that is ephemeral. You can spin it up by doing the following:

docker compose up -d
docker compose logs -f
docker compose down # destroy environment

You can deploy the module into the development environment by running the following:

make clean
make build
make deploy

You can then access the magento container by running the following:

docker compose exec magento bash

Once in the container you can run the standard commands to install the module:

magento setup:upgrade
magento setup:di:compile

The Magento site is hosted on http://localhost and the backend can be reached at http://localhost/admin. Default user name is jetrails and default password is magento2.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.

Back to All Modules