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

1.0.4 2017-09-20 16:28 UTC

This package is not auto-updated.

Last update: 2025-03-24 07:59:41 UTC


README

Scrutinizer Code Quality

Integrate your Magento 2 store with Snappic.io.

Requirements

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.