marcocesarato / PHP-Antimalware-Scanner

AMWScan (PHP Antimalware Scanner) is a free tool to scan php files and analyze your project to find any malicious code inside it.
https://marcocesarato.github.io/PHP-Antimalware-Scanner/
GNU General Public License v3.0
644 stars 108 forks source link

Install via composer #83

Open esurov opened 1 year ago

esurov commented 1 year ago

The composer package is listed on packagist: https://packagist.org/packages/marcocesarato/amwscan but there's no mention in the documentation how to install the tool via composer.

Something like composer global require marcocesarato/amwscan for global system installation or on a project level composer require marcocesarato/amwscan