phpMussel CLI-mode

Maintainers

👁 Maikuolan

Package info

github.com/phpMussel/CLI

Homepage

Documentation

pkg:composer/phpmussel/cli

Statistics

Installs: 72 961

Dependents: 2

Suggesters: 0

Stars: 6

Open Issues: 0

v3.6.0 2025-11-21 03:45 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-2.0-or-later 90b6f54c57ba25148c3adcd559816f0da11c8c63

securityuploadsanti-spamprotectionanti-virusanti-trojananti-malwareanti-exploitantivirus

This package is auto-updated.

Last update: 2026-05-20 04:33:35 UTC


README

👁 v1: PHP >= 5.4 < 8.4
👁 v2: PHP >= 7.2 < 8.4
👁 v3: PHP >= 7.2
👁 License: GPL v2
👁 PRs Welcome

What is phpMussel?

An ideal solution for shared hosting environments, where it's often not possible to utilise or install conventional anti-virus protection solutions, phpMussel is a PHP script designed to detect trojans, viruses, malware and other threats within files uploaded to your system wherever the script is hooked, based on the signatures of ClamAV and others.

What's this repository for?

This provides the ability to utilise phpMussel as an interactive CLI-mode application.

composer require phpmussel/cli

Example:

<?php
// Path to vendor directory.
$Vendor = __DIR__ . DIRECTORY_SEPARATOR . 'vendor';

// Composer's autoloader.
require $Vendor . DIRECTORY_SEPARATOR . 'autoload.php';

$Loader = new \phpMussel\Core\Loader();
$Scanner = new \phpMussel\Core\Scanner($Loader);
$CLI = new \phpMussel\CLI\CLI($Loader, $Scanner);

unset($CLI, $Scanner, $Loader);

Screenshot: 👁 Screenshot

Documentation:

See also:

Last Updated: 30 March 2025 (2025.03.30).