qoliber / m2-cloudflare-cache-cleaner

qoliber/m2-cloudflare-cache-cleaner

  • qoliber
magento2-module Compatibility: 2.4.7 Code Quality: Fail Tests: N/A Security: Pass MIT

Are you the maintainer of qoliber?

Packagento pulls qoliber's Composer packages from the public registry so buyers can find them here.

Claim the namespace to take ownership, publish new releases directly, and start charging for premium versions.

Claim this namespace →

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 enanobots/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  nanobots:cloudflare:cache-clear [--request] [param list] 

Examples:

php bin/magento  nanobots:cloudflare:cache-clear  --request=files https://www.store.com/ https://www.store.com/clear_this
php bin/magento  nanobots:cloudflare:cache-clear  --request=tags tag1 tag2 tag3
php bin/magento  nanobots: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

Change Log

Version 1.0.0

  • initial module release
Versions
Version Stability QA Status Compatibility Released
2.0.0 stable Fail Magento 2.4.7 Details 2024-12-19 12:26:19
1.0.2 stable Not tested Not yet tested Details 2023-01-27 17:11:59
1.0.1 stable Not tested Not yet tested Details 2023-01-27 17:00:55
1.0.0 stable Not tested Not yet tested Details 2022-10-31 22:06:48

Requires 3

Package Constraint
guzzlehttp/guzzle ^6.0.0 || ^7.0.0
php >=8.1
qoliber/core *

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Pass Pass
2.4.8 Pass Fail di error
2.4.9 Fail di error Fail di error

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge. A phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Fail 28 1 error, 27 warnings (ruleset: Magento2) — 7 auto-fixable with phpcbf
PHPMD Warning 6 6 rule violations (UndefinedVariable:5, IfStatementAssignment:1)
Cpd Pass 0
Composer validate Info 3 valid; 3 advisory notes (composer validate --strict)

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 1 1
2.4.8 1 1
2.4.9 1 1

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
License
MIT
Authors

More from qoliber

View vendor
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.