sansec / magento2-module-shield
Installs: 1 061
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.2
- ext-openssl: *
- magento/framework: *
Requires (Dev)
- phpunit/phpunit: ^8
README
Requires Magento 2.3+, PHP 7.2+ and an eComscan account (Advanced or up).
Installation
For Composer 1.x, the Shield repository must be added manually as packagist is removing support for this version:
composer config repositories.sansec-shield vcs https://github.com/sansecio/magento2-module-shield.git
Then, proceed with the installation:
composer require sansec/magento2-module-shield bin/magento setup:upgrade bin/magento config:set sansec_shield/general/license_key <your license key> bin/magento cache:clean bin/magento sansec:shield:sync-rules
Configuration
You can configure your license key and other settings via System -> Configuration -> Security -> Sansec Shield.
Live reports
You can view live reports at your Sansec Dashboard. If you do not want reports, you can disable it via:
bin/magento config:set sansec_shield/general/report_enabled 0
See for FAQs our Shield guide.
License
See LICENSE file.