PHPackages                             magebinary/magmi - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. magebinary/magmi

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

magebinary/magmi
================

Magento Mass Importer

0.7.22(10y ago)02MIT LicensePHP

Since Jun 17Pushed 6y agoCompare

[ Source](https://github.com/David-Magebinary/magmi-git)[ Packagist](https://packagist.org/packages/magebinary/magmi)[ Docs](http://sourceforge.net/projects/magmi/)[ RSS](/packages/magebinary-magmi/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (10)Used By (0)

[![Join the chat at https://gitter.im/dweeves/magmi-git](https://camo.githubusercontent.com/399b367e93b14c1572010ddba33df032e4d4bd5438b7c79039d567bd6a3feac9/68747470733a2f2f6261646765732e6769747465722e696d2f647765657665732f6d61676d692d6769742e737667)](https://gitter.im/dweeves/magmi-git?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![paypal](https://camo.githubusercontent.com/e1ff554a09e8e92bef25abc553ff05b88f45afd695877cf12f3a46558ef65b2e/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e61746543435f4c472e676966)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FCTC7R3YUJVPQ)

Change log from MageBinary Team
-------------------------------

[](#change-log-from-magebinary-team)

1. Renamed magmi folder to engine for security reason
2. Added EmptyFiller plugin
3. Added MultiSkuFinder plugin

magmi-git 0.7.23
================

[](#magmi-git-0723)

This is the official GitHub home for the Magmi project: the original "Magento Mass Importer".

The primary source repository is now here ,the [SourceForge repo](https://sourceforge.net/projects/magmi/) is now secondary and will be kept in sync.

The [official Magmi Wiki](http://wiki.magmi.org/) is still hosted at SourceForge.

### Magento CE 1.8 and 1.9 Support

[](#magento-ce-18-and-19-support)

The Magmi project needs your help!

While Magmi is being used on Magento Community Edition 1.8 and 1.9 installations with very little or no issues, additional testing is required to make sure it's stable and ready for production use. Developers using Magento CE 1.8.x or CE 1.9.x are encouraged to provide bug reports for any issues or incompatibilities that have been discovered.

### Authentication

[](#authentication)

Magmi now features shared Magento authentication out of the box.

Upon installing Magmi and visiting the web panel for the first time, the default username and password are both set to "magmi". Once successfully logged in, configure Magmi with the Magento database credentials (under Configure Global Parameters) and then save the settings. Afterwards, one can simply use their Magento administrative (backend) credentials to login to Magmi.

#### Apache and PHP-CGI/FPM Auth Issues

[](#apache-and-php-cgifpm-auth-issues)

By default, PHP-CGI/FPM under Apache does not pass HTTP authentication credentials to PHP processes for authorization. If one is unable to login to Magmi, a few minor changes to Apache's configuration may be required.

First, create a `.htaccess` file inside the `magmi/web` folder and then add the following lines:

```
 RewriteEngine On
 RewriteCond %{HTTP:Authorization} ^(.+)$
 RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

```

A sample .htaccess file has been provided under the same folder. Simply copy `.htaccess-sample-php_cgi_fpm` to `.htaccess`.

Additionally, the following line might be needed in your Apache VirtualHost configuration (or .htccess) if using Apache's mod\_proxy\_fcgi:

```
 SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1

```

#### .ini File Warning

[](#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!

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~126 days

Total

5

Last Release

3840d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2e34f84e25a7d30895e9bf11fd5c57b443922981b2c14ef3e9aa9a98606fe6b6?d=identicon)[David-Magebinary](/maintainers/David-Magebinary)

---

Top Contributors

[![dweeves](https://avatars.githubusercontent.com/u/1955243?v=4)](https://github.com/dweeves "dweeves (423 commits)")[![bpodwinski](https://avatars.githubusercontent.com/u/6569663?v=4)](https://github.com/bpodwinski "bpodwinski (25 commits)")[![5b5](https://avatars.githubusercontent.com/u/12574875?v=4)](https://github.com/5b5 "5b5 (17 commits)")[![David-Magebinary](https://avatars.githubusercontent.com/u/26532379?v=4)](https://github.com/David-Magebinary "David-Magebinary (15 commits)")[![liam-wiltshire](https://avatars.githubusercontent.com/u/10179637?v=4)](https://github.com/liam-wiltshire "liam-wiltshire (8 commits)")[![crysix](https://avatars.githubusercontent.com/u/12525017?v=4)](https://github.com/crysix "crysix (7 commits)")[![jacobsenj](https://avatars.githubusercontent.com/u/399303?v=4)](https://github.com/jacobsenj "jacobsenj (6 commits)")[![nyov](https://avatars.githubusercontent.com/u/438293?v=4)](https://github.com/nyov "nyov (5 commits)")[![PatrickCronin](https://avatars.githubusercontent.com/u/6902411?v=4)](https://github.com/PatrickCronin "PatrickCronin (4 commits)")[![sammarcus](https://avatars.githubusercontent.com/u/8689264?v=4)](https://github.com/sammarcus "sammarcus (4 commits)")[![Kamik](https://avatars.githubusercontent.com/u/1869551?v=4)](https://github.com/Kamik "Kamik (3 commits)")[![adri2k](https://avatars.githubusercontent.com/u/7666077?v=4)](https://github.com/adri2k "adri2k (3 commits)")[![airdrummingfool](https://avatars.githubusercontent.com/u/631249?v=4)](https://github.com/airdrummingfool "airdrummingfool (3 commits)")[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (3 commits)")[![mobilizer](https://avatars.githubusercontent.com/u/333002?v=4)](https://github.com/mobilizer "mobilizer (3 commits)")[![SiyuQian](https://avatars.githubusercontent.com/u/24470452?v=4)](https://github.com/SiyuQian "SiyuQian (3 commits)")[![mblarsen](https://avatars.githubusercontent.com/u/247048?v=4)](https://github.com/mblarsen "mblarsen (2 commits)")[![sreichel](https://avatars.githubusercontent.com/u/5022236?v=4)](https://github.com/sreichel "sreichel (2 commits)")[![stormearthfire](https://avatars.githubusercontent.com/u/1196507?v=4)](https://github.com/stormearthfire "stormearthfire (2 commits)")[![psdevhh](https://avatars.githubusercontent.com/u/1762478?v=4)](https://github.com/psdevhh "psdevhh (2 commits)")

### Embed Badge

![Health badge](/badges/magebinary-magmi/health.svg)

```
[![Health](https://phpackages.com/badges/magebinary-magmi/health.svg)](https://phpackages.com/packages/magebinary-magmi)
```

###  Alternatives

[mediawiki/semantic-glossary

A terminology markup extension with a Semantic MediaWiki back-end

1352.4k](/packages/mediawiki-semantic-glossary)[thanks-to-it/wp-dich

121.1k](/packages/thanks-to-it-wp-dich)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
