PHPackages                             byng/pimcore-composer-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. byng/pimcore-composer-installer

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

byng/pimcore-composer-installer
===============================

3.0.0(10y ago)23.2k1MITPHP

Since Oct 22Pushed 9y ago4 watchersCompare

[ Source](https://github.com/byng-systems/pimcore-composer-installer)[ Packagist](https://packagist.org/packages/byng/pimcore-composer-installer)[ RSS](/packages/byng-pimcore-composer-installer/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (4)DependenciesVersions (10)Used By (0)

Pimcore Composer Installer
==========================

[](#pimcore-composer-installer)

Installs a given version of Pimcore to your configured `document-root-path` via Composer. The main goal of this package is to make it easier to ramp developers up onto a Pimcore project, and make it easier to set up Pimcore projects. It achieves this by ensuring that you don't have to commit Pimcore to your project's repository, and automates the task of downloading, extracting, and placing the Pimcore files in your project.

Usage:
------

[](#usage)

Two config entries are required in your project's composer.json file:

- `document-root-path`: This is the Pimcore web-root, i.e. where index.php will be, and where files will be served from.
- `pimcore-version`: This is the exact Pimcore version that you want to use. This cannot be part of your project's required dependencies because the version downloaded by Composer would clash with the Pimcore autoloader.

You must then also specify the installer as `post-install-cmd` and `post-update-cmd` scripts.

For example:

```
{
    ...
    "config": {
        "document-root-path": "./web",
        "pimcore-version": "3.1.1"
    },
    "require": {
        "byng/pimcore-composer-installer": "^1.0"
    },
    "scripts": {
        "post-install-cmd": [
            "Byng\\Pimcore\\Composer\\Installer::install"
        ],
        "post-update-cmd": [
            "Byng\\Pimcore\\Composer\\Installer::install"
        ]
    },
    ...
}

```

The `Installer` class has methods for installing individual components, this makes it very easy to tailor the installation to your project's needs. If you are planning on using these methods, make sure you first always called the `download` method, all of the install methods will need it to have been called first by Composer.

Note: This plugin will overwrite some files without warning. If you have modified default Pimcore code then you will more than likely lose it. We recommend extending the Pimcore code to augment the behaviour (this also makes it easier to upgrade Pimcore in the future!)

License
-------

[](#license)

MIT

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 79.2% 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 ~24 days

Recently: every ~49 days

Total

9

Last Release

3753d ago

Major Versions

1.0.5 → 2.0.02016-05-05

2.0.1 → 3.0.02016-05-06

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2078024?v=4)[Byng](/maintainers/byng)[@byng](https://github.com/byng)

---

Top Contributors

[![seeruk](https://avatars.githubusercontent.com/u/2083033?v=4)](https://github.com/seeruk "seeruk (19 commits)")[![cj123](https://avatars.githubusercontent.com/u/306873?v=4)](https://github.com/cj123 "cj123 (5 commits)")

### Embed Badge

![Health badge](/badges/byng-pimcore-composer-installer/health.svg)

```
[![Health](https://phpackages.com/badges/byng-pimcore-composer-installer/health.svg)](https://phpackages.com/packages/byng-pimcore-composer-installer)
```

###  Alternatives

[safemood/discountify

Laravel package for dynamic discounts with custom conditions.

2347.6k](/packages/safemood-discountify)[cleverage/process-bundle

Process, import/export, transform and validate data with a simple API with Symfony3

2255.2k15](/packages/cleverage-process-bundle)

PHPackages © 2026

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