PHPackages                             luka/magento-core-installer - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. luka/magento-core-installer

ActiveComposer-plugin[DevOps &amp; Deployment](/categories/devops)

luka/magento-core-installer
===========================

Magento Core installation via Composer

1.0.6(9y ago)0121MITPHP

Since May 9Pushed 9y ago7 watchersCompare

[ Source](https://github.com/lukanetconsult/magento-core-installer)[ Packagist](https://packagist.org/packages/luka/magento-core-installer)[ RSS](/packages/luka-magento-core-installer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (8)Used By (0)

Magento Core Installer
======================

[](#magento-core-installer)

This composer plugin allows to install magento core as downloaded from All you need to do is adding a composer.json to the zip and add a repository (e.g. artifact, satis, etc ...).

Example composer.json for magento core packages
-----------------------------------------------

[](#example-composerjson-for-magento-core-packages)

```
{
    "name" : "magento/core",
    "version": "1.8.1.0",
    "description" : "Magento Core",
    "type" : "magento-core",
    "license" : "OSL-3.0",
    "keywords" : [
        "magento"
    ],
    "require" : {
        "luka/magento-core-installer": "~1"
    }
}
```

Usage for installing the magento instance
-----------------------------------------

[](#usage-for-installing-the-magento-instance)

```
{
    "name" : "acme/my-magento-inst",
    "description" : "My Custom Magento Instance",
    "require" : {
        "magento/core": "1.9.*"
    },
    "extra": {
        "magento-root-dir": "public/",
        "magento-separate-writable": true,
        "magento-writable-dir": "writable/",
        "magento-deploystrategy": "copy"
    }
}
```

Extras
------

[](#extras)

- **magento-root-dir** \[string\]: Magento installation target path (document root)
- **magento-separate-writable** \[bool\]: Should use separate writable folder for var and media directories
- **magento-writable-dir** \[string\]: The directory where to find the var and media directory (symlink target).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~129 days

Recently: every ~192 days

Total

7

Last Release

3610d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e1761c6aa1122e2178e1eb8a3348366dd73553f8a857fd0b0fd8228f0263e5b?d=identicon)[tux-rampage](/maintainers/tux-rampage)

![](https://www.gravatar.com/avatar/848ba9aa6075ea6c57cf36a330d682d33ab21b9b2072a281db05c7160dc38f49?d=identicon)[lukanetconsult](/maintainers/lukanetconsult)

---

Top Contributors

[![quafzi](https://avatars.githubusercontent.com/u/164261?v=4)](https://github.com/quafzi "quafzi (24 commits)")[![tux-rampage](https://avatars.githubusercontent.com/u/558326?v=4)](https://github.com/tux-rampage "tux-rampage (11 commits)")[![buric](https://avatars.githubusercontent.com/u/1558492?v=4)](https://github.com/buric "buric (1 commits)")

---

Tags

magentocomposer-installer

### Embed Badge

![Health badge](/badges/luka-magento-core-installer/health.svg)

```
[![Health](https://phpackages.com/badges/luka-magento-core-installer/health.svg)](https://phpackages.com/packages/luka-magento-core-installer)
```

###  Alternatives

[magento/magento-composer-installer

Composer installer for Magento modules

7523.3M315](/packages/magento-magento-composer-installer)[magento-hackathon/magento-composer-installer

Composer installer for Magento modules

214757.6k373](/packages/magento-hackathon-magento-composer-installer)[yireo/magento2-webp2

Magento 2 module to add WebP support to the Magento frontend

2091.2M7](/packages/yireo-magento2-webp2)[yireo/magento2-googletagmanager2

Add Google Tag Manager to Magento

167930.4k5](/packages/yireo-magento2-googletagmanager2)[yireo/magento2-whoops

Magento 2 module adding Whoops error handling

102703.5k](/packages/yireo-magento2-whoops)[yireo/magento2-checkouttester2

Checkout Tester for Magento 2

93477.4k1](/packages/yireo-magento2-checkouttester2)

PHPackages © 2026

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