stockbase / magento2-module
A Magento 2 module for Stockbase
Installs: 70
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- dividebv/phpdivideiq: ^0.6.0
- magento/module-catalog-inventory: ^100.0.0
- webmozart/assert: ^1.0
Requires (Dev)
- bookdown/bookdown: ~1.0
- escapestudios/symfony2-coding-standard: ^2.0
- magento-ecg/coding-standard: ^2.0
- phpro/grumphp: ^0.11.5
- phpunit/phpunit: <6.3.0
- squizlabs/php_codesniffer: ^2.6
- tobiju/bookdown-bootswatch-templates: ^1.1
This package is not auto-updated.
Last update: 2023-04-18 07:54:57 UTC
README
For information and features please visit the online documentation
or refer to the docs
folder.
Installation
Requirements
- Magento 2.
- A running Magento cron (official how-to).
- A Stockbase username and password with suppliers connected to your account.
Install with Composer
This is the recommended way to install the module for Magento 2. This method allows you to automatically download the module and all its dependencies with a single console command.
- Make sure you have Composer installed.
- Navigate to your Magento 2 installation directory (where your
composer.json
andcomposer.lock
files are located). - Execute the command:
composer require stockbase/magento2-module
Enable the Module
Execute the following commands in the Magento installation directory:
php bin/magento module:enable Stockbase_Integration
php bin/magento setup:upgrade
After successful installation, you can configure the module via the admin panel.
License
This module is licensed under the MIT License
Contributing
If you're interested in contributing please read our Contributing Guidelines