The Home for
Magento Excellence

Explore. Discover. Elevate. #magento

162
Modules Tested
98
Ready for Magento 2.4
64
Need Your Help
Stable v2.0.0
Has Build Issues
May need fixes before use

Magento 2 CloudFlare Cache Cleaner

enanobots/m2-cloudflare-cache-cleaner

An extension that allows clearing CloudFlare cache from CLI.

1,038
Downloads
Below average
19
GitHub Stars
Below average
12mo ago
Last Release
0
Open Issues

Quality Score

1/5
Installs via Composer
DI compiles correctly
Templates compile
63 warning, 1 error
PHPStan

Recent Test History

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

v2.0.0 on Magento 2.4.8-p3
Dec 15, 2025
v2.0.0 on Magento 2.4.8-p2
Aug 14, 2025
v2.0.0 on Magento 2.4.8
May 18, 2025
v2.0.0 on Magento 2.4.7-p4
Feb 15, 2025
v2.0.0 on Magento 2.4.7-p3
Dec 20, 2024
v1.0.2 on Magento 2.4.7-p3
Oct 15, 2024

+6 older tests

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

This module needs community help

Dependency injection compilation fails. Your contribution could help the entire Magento community!

Help Fix This

Share This Module's Status

Magento 2 CloudFlare Cache Cleaner Magento compatibility status badge

README

Loaded from GitHub

Open Source Love

Magento 2 CloudFlare Cache Cleaner

Simple Magento 2 module that allows to clear CloudFlare cache from CLI

Installation (in your Magento 2 directory): THIS PACKAGE REQUIRES COMPOSER 2.x

composer require qoliber/m2-cloudflare-cache-cleaner

And run upgrade command:

php bin/magento setup:upgrade

Module should work out-of-the box

Tested on

  • Magento 2.4.2 Open Source
  • Magento 2.4.3 Open Source
  • Magento 2.4.4 Open Source
  • Magento 2.4.5 Open Source

How to use this module

Simply run CLI command:

php bin/magento  qoliber:cloudflare:cache-clear [--request] [param list] 

Examples

php bin/magento  qoliber:cloudflare:cache-clear  --request=files https://www.store.com/ https://www.store.com/clear_this
php bin/magento  qoliber:cloudflare:cache-clear  --request=tags tag1 tag2 tag3
php bin/magento  qoliber:cloudflare:cache-clear  --request=hosts https://www.store.com/ 
Available requests
  • files - clear CF cache by URLs
  • tags - clear CF cache by tags
  • hosts - clears CF cache by hosts
  • prefixes - clears CF cache by prefixes
  • purge_everything - clear entire CF cache associated to the specified ZONE

Next update (coming soon... )

  • adding logging and output regarding errors / issues
  • adding ability to pass extra headers in the CLI
  • adding admin UI to allow clearing CF from admin panel

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