altolabs / snappic-magento2
Snappic connector for Magento 2
Installs: 98
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
- lib-libxml: *
- magento/framework: ^100.0
- magento/module-backend: ^100.0
- magento/module-catalog: ^101.0
- magento/module-store: ^100.0
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is not auto-updated.
Last update: 2025-03-24 07:59:41 UTC
README
Integrate your Magento 2 store with Snappic.io.
Requirements
- Magento 2.1+
- PHP 5.6+
- Composer
Installation
From your Magento 2 root, simply use composer like so:
composer require altolabs/snappic-magento2
If you want to run the dev
edge version (unstable, at your own risk), you can
instead run:
composer require altolabs/snappic-magento2 ^1.0@dev
Once installed, you will need to allow Magento to discover the module and be re-compiled:
php bin/magento setup:di:compile
php bin/magento cache:flush && php bin/magento cache:clean
php bin/magento setup:upgrade
Compilation can take some time.
Automated tests
This module contains some automated tests - you can run them as such (from the Magento 2 webroot):
Unit tests
vendor/bin/phpunit \
-c dev/tests/unit/phpunit.xml.dist
vendor/altolabs/snappic-magento2/Test/Unit/
Integration tests
TBC.
License
This module code is proprietary and copyright AltoLabs 2017.
Packagist Push
This paragraph is reserved for dummy Packagist trigger changes.