macopedia / magmi2
Magento Mass Importer 'Magmi' for Magento 2
Installs: 14 083
Dependents: 0
Suggesters: 0
Security: 0
Stars: 113
Watchers: 44
Forks: 307
Open Issues: 44
- dev-magento2
- v200.7.27
- v200.7.26
- 200.7.25
- 200.7.24
- 200.7.23
- 0.7.22
- 0.7.21
- 0.7.20
- 0.7.19
- 0.7.19a
- dev-fix_doc_comments
- dev-php-unit
- dev-transaction_logging
- dev-magento1
- dev-master
- dev-php-cs-auto-fixes
- dev-fix-missing-attribute-set
- dev-revert-43-magento2
- dev-index-check
- dev-fix-get-properties
- dev-polish_transliteration
This package is auto-updated.
Last update: 2024-10-21 01:03:46 UTC
README
This is fork from official magmi Github reposiotry (https://github.com/dweeves/magmi-git). This fork use version 0.7.23 of magmi with changes for Magento 2 imported from repositories:
- tagesjump/magmi-m2 - https://github.com/tagesjump/magmi-m2
- pushnov-i/magmi-m2 - https://github.com/pushnov-i/magmi-m2 On top of that custom compatibility fixes were added.
We're accepting pull requests. ''''''''''''''''''''''''''''''
Magento CE 2 Support
Current version is in beta and tested only for import simple and configurable products, categories, images and simple-configurable links.
NOTICE: If you want to create URL rewrites please enable "On the fly indexer" plugin!
Known working plugins:
- On the fly category creator/importer
- On the fly indexer
- Configurable Item processor
- Image attributes processor
Authentication
Magmi now features shared Magento authentication out of the box.
One can simply use their Magento administrative (backend) credentials to login to Magmi.
.ini File Warning
While the authentication protects your Magmi web interface from unauthorised logins, it doesn't protect you from a poorly configured server.
Magmi uses .ini files to store it's configuration, and some servers will serve these files as plain text files if the are requested directly.
There is never a reason to serve .ini files to end users on a Magento platform, so ensure that your server is configured not to!
Changelog form the base (Magento 1 version)
magmi-git 0.7.24
Security fix , remove magmi default authentication. Force usage of magento admin login.
magmi-git 0.7.23
The official Magmi Wiki is still hosted at SourceForge.