It's alpha version.
This package can be used to parse any source file (YML, CSV, XML) and convert it to abstract Entity, which can be easily imported to any existing ecommerce solution.
See test folder for examples.
PHP version >= 5.6
Add this lines to composer.json
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Neos1/extensions-ecommerce-import"
}
],
"require": {
"whitebox/ecommerce-import": "^0.0"
}
}
Run: composer install
- Implement CSV parser
- Implement XML parser
- Add some examples
- Add integration examples
Apache 2.0 License
Copyright (C) 2020 Neos