mage2pro / sift
Sift integration with Magento 2
0.4.3
2024-05-16 02:30 UTC
Requires
- mage2pro/core: >=10.9.6
- mage2pro/phone: >=1.1.0
This package is auto-updated.
Last update: 2026-02-22 04:16:57 UTC
README
The module integrates Magento 2 with the Sift fraud detection service.
The module is free and open source.
How to install
Hire me in Upwork, and I will:
- install and configure the module properly on your website
- answer your questions
- solve compatiblity problems with third-party checkout, shipping, marketing modules
- implement new features you need
2. Self-installation
bin/magento maintenance:enable
rm -f composer.lock
composer clear-cache
composer require mage2pro/sift:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US <additional locales>
bin/magento maintenance:disable
How to setup
See the manual.
How to upgrade
bin/magento maintenance:enable
composer remove mage2pro/sift
rm -f composer.lock
composer clear-cache
composer require mage2pro/sift:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US <additional locales>
bin/magento maintenance:disable