PHPackages                             kestukas/akeneo - 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. kestukas/akeneo

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

kestukas/akeneo
===============

The "Akeneo Community Standard Edition" distribution

00PHP

Since Mar 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Kestukas/AKENEO)[ Packagist](https://packagist.org/packages/kestukas/akeneo)[ RSS](/packages/kestukas-akeneo/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Akeneo PIM Community Standard Edition
=====================================

[](#akeneo-pim-community-standard-edition)

Welcome to Akeneo PIM.

This repository is used to create a new PIM project based on Akeneo PIM.

If you want to contribute to the Akeneo PIM (and we will be pleased if you do!), you can fork the repository  and submit a pull request.

Installation instructions
-------------------------

[](#installation-instructions)

### Development Installation with Docker

[](#development-installation-with-docker)

Requirements
------------

[](#requirements)

- Docker 19+
- docker-compose &gt;= 1.24
- make

Creating a project and starting the PIM
---------------------------------------

[](#creating-a-project-and-starting-the-pim)

The following steps will install Akeneo PIM in the current directory (must be empty) and launch it from there:

```
$ docker run -u www-data -v $(pwd):/srv/pim -w /srv/pim --rm akeneo/pim-php-dev:5.0 \
    php -d memory_limit=4G /usr/local/bin/composer create-project --prefer-dist \
    akeneo/pim-community-standard /srv/pim "5.0.*@stable"
```

```
$ make

```

The PIM will be available on , with `admin/admin` as default credentials.

To shutdown your PIM: `make down`

### Installation without Docker

[](#installation-without-docker)

Requirements
------------

[](#requirements-1)

- php 7.4
- composer 2.0

```
$ php -d memory_limit=4G /usr/local/bin/composer create-project --prefer-dist \
    akeneo/pim-community-standard /srv/pim "5.0.*@stable"
```

You will need to change the `.env` file to configure the access to your MySQL and ES server.

Once done, you can run:

```
$ NO_DOCKER=true make

```

For more details, please follow [https://docs.akeneo.com/5.0/install\_pim](https://docs.akeneo.com/5.0/install_pim)

Upgrade instructions
--------------------

[](#upgrade-instructions)

To upgrade Akeneo PIM to a newer version, please follow: [https://docs.akeneo.com/5.0/migrate\_pim/index.html](https://docs.akeneo.com/5.0/migrate_pim/index.html)

Changelog
---------

[](#changelog)

You can check out the changelog files in .

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

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

---

Top Contributors

[![Kestukas](https://avatars.githubusercontent.com/u/18505427?v=4)](https://github.com/Kestukas "Kestukas (11 commits)")

### Embed Badge

![Health badge](/badges/kestukas-akeneo/health.svg)

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

PHPackages © 2026

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