pixelopen/magento-sucuri

There is no license information available for the latest version (100.1.1) of this package.

Add Sucuri API features to Magento: cache management and logs

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

100.1.1 2025-05-09 12:02 UTC

This package is not auto-updated.

Last update: 2025-05-16 07:18:24 UTC


README

Minimum PHP Version Minimum Magento Version GitHub release

Presentation

The module adds Sucuri API features to Magento: cache management and logs.

Sucuri Logs

Requirements

  • Magento >= 2.4.4
  • PHP >= 8.0.0

Installation

composer require pixelopen/magento-sucuri

Configuration

Stores > Configuration > Service > Sucuri

Multi-Website: Use the scope config selector to fill API credentials for all websites.

Clear the Website Firewall cache

CLI

All websites

bin/magento sucuri:cache:flush

Specific website

bin/magento sucuri:cache:flush --website_id=1

Admin UI

System > Cache Management > Additional Cache Management > Flush Sucuri Cache for X

Display the audit log entries

System > Sucuri > Logs

Multi-Website: Use the scope selector to display requests per website.

Refresh the log entries

CLI

All websites

bin/magento sucuri:log:refresh

Specific website

bin/magento sucuri:log:refresh --website_id=1

Admin UI

System > Sucuri > Logs > Refresh

Multi-Website: Use the scope selector before refreshing to a specific website.

Automatically refresh logs every hour

Stores > Configuration > Service > Sucuri > Cron > Enabled