PHPackages                             dweeves/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. [Database &amp; ORM](/categories/database)
4. /
5. dweeves/magmi

ActiveLibrary[Database &amp; ORM](/categories/database)

dweeves/magmi
=============

Magento Mass Importer

0.7.24(5y ago)3655.4k304[247 issues](https://github.com/dweeves/magmi-git/issues)[26 PRs](https://github.com/dweeves/magmi-git/pulls)MIT LicensePHP

Since Jun 17Pushed 4y ago78 watchersCompare

[ Source](https://github.com/dweeves/magmi-git)[ Packagist](https://packagist.org/packages/dweeves/magmi)[ Docs](http://sourceforge.net/projects/magmi/)[ RSS](/packages/dweeves-magmi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)DependenciesVersions (13)Used By (0)Security (6)

[![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)

magmi-git 0.7.24
================

[](#magmi-git-0724)

Security fix , remove magmi default authentication. Force usage of magento admin login.

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

38

—

LowBetter than 85% of packages

Maintenance6

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community37

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 80.6% 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 ~453 days

Recently: every ~564 days

Total

6

Last Release

2079d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f0ff11b7da8b1129ab92ecf6b24f19e7f334a5fbad450f3be13eb72c5d89001?d=identicon)[Diewy](/maintainers/Diewy)

![](https://avatars.githubusercontent.com/u/1955243?v=4)[Sebastien Bracquemont](/maintainers/dweeves)[@dweeves](https://github.com/dweeves)

---

Top Contributors

[![dweeves](https://avatars.githubusercontent.com/u/1955243?v=4)](https://github.com/dweeves "dweeves (428 commits)")[![5b5](https://avatars.githubusercontent.com/u/12574875?v=4)](https://github.com/5b5 "5b5 (17 commits)")[![tmotyl](https://avatars.githubusercontent.com/u/515397?v=4)](https://github.com/tmotyl "tmotyl (13 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)")[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (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)")[![mobilizer](https://avatars.githubusercontent.com/u/333002?v=4)](https://github.com/mobilizer "mobilizer (3 commits)")[![bestshow](https://avatars.githubusercontent.com/u/5211744?v=4)](https://github.com/bestshow "bestshow (2 commits)")[![coresh](https://avatars.githubusercontent.com/u/9606476?v=4)](https://github.com/coresh "coresh (2 commits)")[![hidonet](https://avatars.githubusercontent.com/u/1196088?v=4)](https://github.com/hidonet "hidonet (2 commits)")[![mblarsen](https://avatars.githubusercontent.com/u/247048?v=4)](https://github.com/mblarsen "mblarsen (2 commits)")[![psdevhh](https://avatars.githubusercontent.com/u/1762478?v=4)](https://github.com/psdevhh "psdevhh (2 commits)")[![sreichel](https://avatars.githubusercontent.com/u/5022236?v=4)](https://github.com/sreichel "sreichel (2 commits)")

### Embed Badge

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

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

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.3k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M545](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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