Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 4.56 KB

README.md

File metadata and controls

67 lines (49 loc) · 4.56 KB

v1: PHP >= 5.4 v2~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 repository, "plugin-boilerplates", contains boilerplate code which can be used to create new plugins for phpMussel.

The boilerplate code for each currently supported major version is contained within its respective directory.

phpMussel v3 is the current latest available major version.


Known plugins list:

➡Major version compatibility➡
⬇Plugin name⬇
v0 v1 v2 v3 Notes
plugin-log2mysql
plugin-notifications For ≥v3, use "Plugin-PHPMailer" instead.
plugin-resultAsJson For ≥v3, the desired functionality can be achieved at the implementation. Examples are available.
Plugin-PHPMailer Replaces "plugin-notifications" (≤v2).

Documentation:

See also:


Last Updated: 1 March 2023 (2023.03.01).