PHPackages                             cxc222/pimcore - 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. [Framework](/categories/framework)
4. /
5. cxc222/pimcore

ActiveLibrary[Framework](/categories/framework)

cxc222/pimcore
==============

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

v5.6.2(7y ago)010GPL-3.0-or-laterPHPPHP &gt;=7.1

Since Apr 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/cxc222/pimcore)[ Packagist](https://packagist.org/packages/cxc222/pimcore)[ Docs](http://www.pimcore.org/)[ RSS](/packages/cxc222-pimcore/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (54)Versions (71)Used By (0)

[![Pimcore - Own the digital World](./doc/Development_Documentation/img/logo-readme.svg)](./doc/Development_Documentation/img/logo-readme.svg)

Pimcore - CMS/CMF, MDM, PIM, DAM and E-Commerce

[![Packagist](https://camo.githubusercontent.com/0036694f1ac54d7f97ce0ce518cc3509da687296ffffb09f93a3f0cfec9a61ed/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70696d636f72652f70696d636f72652e737667)](https://packagist.org/packages/pimcore/pimcore)[![Software License](https://camo.githubusercontent.com/d938dd7bcf2057c4b4663f03bbb064e15a4ab88388c9a1f0d37fd12e9a2e1271/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c76332d627269676874677265656e2e7376673f7374796c653d666c6174)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/825307d592f62dcbbcd79645fca80ad303d3be042f810a37978dfd4a43171576/68747470733a2f2f7472617669732d63692e6f72672f70696d636f72652f70696d636f72652e737667)](https://travis-ci.org/pimcore/pimcore)[![Gitter](https://camo.githubusercontent.com/fe2c2456b2da776c224219f36292795cae739d2965f60f389c2aeddcf080daa7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6769747465722d6a6f696e253230636861742d627269676874677265656e2e7376673f7374796c653d666c6174)](https://gitter.im/pimcore/pimcore)

- 🌍 [http://pimcore.com/](https://pimcore.com/) - Learn more about Pimcore
- 📖 [Documentation](https://pimcore.com/docs/)
- 📚 [API Documentation](https://pimcore.com/docs/api/)
- 🉐 **Help translating Pimcore!** Start with [Essentials](https://poeditor.com/join/project/VWmZyvFVMH), continue with [Extended](https://poeditor.com/join/project/XliCYYgILb).
- 👍 Like us on [Facebook](https://www.facebook.com/pimcore)
- 🕊 Twitter: [@pimcore](https://twitter.com/pimcore) - Get the latest news
- 🐞 Issue Tracker: - [Issues](https://github.com/pimcore/pimcore/issues) - Report bugs here
- 🗨 [Forums](https://talk.pimcore.org/) - Discussions
- 👪 [Community Chat](https://gitter.im/pimcore/pimcore) - Gitter

**Looking for the previous stable (version 4)?
See **

Contribute
----------

[](#contribute)

**Bug fixes:** please create a pull request including a step by step description to reproduce the problem
**Contribute features:** contact the core-team on our [Gitter channel](https://gitter.im/pimcore/pimcore) before you start developing
**Security vulnerabilities:** please use [this form](https://pimcorehq.wufoo.com/forms/pimcore-security-report/)

For details, please have a look at our [contributing guide](CONTRIBUTING.md).

Overview
--------

[](#overview)

[![Technology and Architecture](./doc/Development_Documentation/img/pimcore-technology-architecture.svg)](./doc/Development_Documentation/img/pimcore-technology-architecture.svg)

Key Benefits and Advantages
---------------------------

[](#key-benefits-and-advantages)

### ⚒ Data Modelling and UI Design at the same Time

[](#-data-modelling-and-ui-design-at-the-same-time)

No matter if your're dealing with unstructured web documents or structured data for MDM/PIM, you define the UI design (web documents by a template and structured data with a intuitive graphical editor), Pimcore knows how to persist the data efficiently and optimized for fast access.

### 🎛 Agnostic and Universal Framework for your Data

[](#-agnostic-and-universal-framework-for-your-data)

Due to the framework approach, Pimcore is very flexible and adapts perfectly to your needs. Built on top of the well-known Symfony Framework you have a solid and modern foundation for your project.

### 🚀 Extensible and huge Symfony Community

[](#-extensible-and-huge-symfony-community)

Benefit from all existing Symfony Components and Bundles provided by the community or create your own Bundles to extend your Projects with reusable components.

### 💎 Your Digital World consolidated in one Platform

[](#-your-digital-world-consolidated-in-one-platform)

No more API, import/export and synchronization hell between MDM/PIM, E-Commerce, DAM, CRM and your Web-CMS. All is working seamlessly together, natively ... this is what Pimcore is built for.

### ✨️ Modern and Intuitive UI

[](#️-modern-and-intuitive-ui)

We love good looking user interfaces, designed to be efficient for the daily use and optimized for a great experience for editors.

Preview and Demo
----------------

[](#preview-and-demo)

[![Pimcore Admin Interface Screenshot](./doc/Development_Documentation/img/pimcore-screenshot-1.png)](./doc/Development_Documentation/img/pimcore-screenshot-1.png)

#### Basic Demo (CMS)

[](#basic-demo-cms)

*Admin-URL*:
*Username*: `admin`
*Password*: `demo`

#### Advanced Demo (MDM/PIM, E-Commerce, DAM, CMS, ...)

[](#advanced-demo-mdmpim-e-commerce-dam-cms-)

*Admin-URL*:
*Username*: `admin`
*Password*: `demo`

Getting Started
---------------

[](#getting-started)

***Only 3 commands to start!*** 😎

```
COMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/skeleton:dev-master ./my-project
cd ./my-project
./vendor/bin/pimcore-install
```

This will install an empty skeleton application, but we're also offering 3 different demo packages for your convenience - of course also with 3 commands 💪 [Click here for more installation options and a detailed guide](https://pimcore.com/docs/5.x/Development_Documentation/Getting_Started/Installation.html)

Copyright and License
---------------------

[](#copyright-and-license)

Copyright: [Pimcore](http://www.pimcore.org) GmbH
For licensing details please visit [LICENSE.md](LICENSE.md)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~28 days

Recently: every ~14 days

Total

63

Last Release

2669d ago

Major Versions

3.1.1 → 4.0.02016-05-12

4.6.2 → v5.0.0-RC2017-09-22

4.6.3 → v5.0.32017-12-13

4.6.4 → v5.3.02018-07-20

4.6.5 → v5.6.12019-01-17

PHP version history (5 changes)2.2.0PHP &gt;=5.4.0

4.0.0PHP &gt;=5.5.0

4.4.0PHP &gt;=5.6.0

v5.0.0-RCPHP &gt;=7.0

v5.3.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/98cd44040d9a4e8da4d2b21906db065fd4826e4ab82402b6ab27ec55bda388c1?d=identicon)[cxc222](/maintainers/cxc222)

---

Top Contributors

[![brusch](https://avatars.githubusercontent.com/u/142037?v=4)](https://github.com/brusch "brusch (3953 commits)")[![maff](https://avatars.githubusercontent.com/u/27403?v=4)](https://github.com/maff "maff (2460 commits)")[![weisswurstkanone](https://avatars.githubusercontent.com/u/6142086?v=4)](https://github.com/weisswurstkanone "weisswurstkanone (1823 commits)")[![fashxp](https://avatars.githubusercontent.com/u/8792145?v=4)](https://github.com/fashxp "fashxp (168 commits)")[![ctippler](https://avatars.githubusercontent.com/u/8791970?v=4)](https://github.com/ctippler "ctippler (145 commits)")[![datom](https://avatars.githubusercontent.com/u/1777505?v=4)](https://github.com/datom "datom (111 commits)")[![dvesh3](https://avatars.githubusercontent.com/u/5137917?v=4)](https://github.com/dvesh3 "dvesh3 (78 commits)")[![cleggypdc](https://avatars.githubusercontent.com/u/1098498?v=4)](https://github.com/cleggypdc "cleggypdc (48 commits)")[![ultramegatom](https://avatars.githubusercontent.com/u/7206334?v=4)](https://github.com/ultramegatom "ultramegatom (44 commits)")[![ThomasKeil](https://avatars.githubusercontent.com/u/1055202?v=4)](https://github.com/ThomasKeil "ThomasKeil (40 commits)")[![jorisros](https://avatars.githubusercontent.com/u/752283?v=4)](https://github.com/jorisros "jorisros (39 commits)")[![solverat](https://avatars.githubusercontent.com/u/700119?v=4)](https://github.com/solverat "solverat (38 commits)")[![podarcis](https://avatars.githubusercontent.com/u/19773287?v=4)](https://github.com/podarcis "podarcis (34 commits)")[![jremmurd](https://avatars.githubusercontent.com/u/9052094?v=4)](https://github.com/jremmurd "jremmurd (28 commits)")[![blankse](https://avatars.githubusercontent.com/u/998558?v=4)](https://github.com/blankse "blankse (25 commits)")[![dpfaffenbauer](https://avatars.githubusercontent.com/u/5981845?v=4)](https://github.com/dpfaffenbauer "dpfaffenbauer (22 commits)")[![kkarkus](https://avatars.githubusercontent.com/u/17312072?v=4)](https://github.com/kkarkus "kkarkus (21 commits)")[![ckemptner](https://avatars.githubusercontent.com/u/13643455?v=4)](https://github.com/ckemptner "ckemptner (20 commits)")[![Gerhard-Kanzler](https://avatars.githubusercontent.com/u/290663?v=4)](https://github.com/Gerhard-Kanzler "Gerhard-Kanzler (20 commits)")[![IgorBenko](https://avatars.githubusercontent.com/u/10233647?v=4)](https://github.com/IgorBenko "IgorBenko (18 commits)")

---

Tags

cmsradPIMe-commerceProduct Information ManagementDAM

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/cxc222-pimcore/health.svg)

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

###  Alternatives

[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.7k3.7M388](/packages/pimcore-pimcore)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)

PHPackages © 2026

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