magento-hackathon / FastSimpleExport2

GNU General Public License v3.0
0 stars 3 forks source link

FireGento_FastSimpleExport

Wrapper for Magento 2 ImportExport functionality, which exports products and customers from arrays

Usage

You can find more examples in our demo module. We have implemented a few command line commands which demonstrate the usage of FastSimpleImport2 in a custom module.

Requirements

Support

If you encounter any problems or bugs, please create an issue on GitHub.

Contribution

Any contribution to the development of FastSimpleImport2 is highly welcome. The best possibility to provide any code is to open a pull request on GitHub.

Developer

FireGento Team

Installation Instructions with Composer

composer config repositories.firegento_fastsimpleimport vcs https://github.com/firegento/FireGento_FastSimpleImport2
composer require firegento/fastsimpleimport dev-master
bin/magento module:enable FireGento_FastSimpleImport
bin/magento setup:upgrade

Licence

GNU General Public License, version 3 (GPLv3)

Copyright

(c) 2016 FireGento Team