PHPackages                             pimcore/demo - 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. pimcore/demo

ActiveProject

pimcore/demo
============

Demo Application for Pimcore 6

v2024.4.1(1y ago)11091.1k↓26.1%112[9 issues](https://github.com/pimcore/demo/issues)[3 PRs](https://github.com/pimcore/demo/pulls)GPL-3.0-or-laterPHP

Since Sep 24Pushed 2mo ago13 watchersCompare

[ Source](https://github.com/pimcore/demo)[ Packagist](https://packagist.org/packages/pimcore/demo)[ RSS](/packages/pimcore-demo/feed)WikiDiscussions 2025.x Synced 1mo ago

READMEChangelog (10)Dependencies (19)Versions (143)Used By (0)Security (1)

Demo and Blue Print Application for Pimcore
===========================================

[](#demo-and-blue-print-application-for-pimcore)

This demo package is intended to be used by Pimcore newcomers who want to learn Pimcore and see it in action. It's tailored get an overview of Pimcores CMS, DAM, PIM and E-Commerce functionality and can be used as a blue print for E-Commerce Applications built with Pimcore. If you are an experienced Pimcore developer, have a look at the Skeleton linked below instead.

Getting started
---------------

[](#getting-started)

```
COMPOSER_MEMORY_LIMIT=-1 composer create-project --no-scripts pimcore/demo my-project
cd ./my-project
./bin/console assets:install --symlink --relative
./vendor/bin/pimcore-install
./bin/console cache:clear
```

- Point your virtual host to `my-project/public`
- \[Only for Apache\] Create `my-project/public/.htaccess` according to [https://pimcore.com/docs/platform/Pimcore/Installation\_and\_Upgrade/System\_Setup\_and\_Hosting/Apache\_Configuration/](https://pimcore.com/docs/platform/Pimcore/Installation_and_Upgrade/System_Setup_and_Hosting/Apache_Configuration/)
- Open  in your browser
- Done! 😎

Docker
------

[](#docker)

You can also use Docker to setup a new Pimcore Installation. You don't need to have a PHP environment with composer installed.

### Prerequisits

[](#prerequisits)

- Your user must be allowed to run docker commands (directly or via sudo).
- You must have docker-compose installed.
- Your user must be allowed to change file permissions (directly or via sudo).

### Follow these steps

[](#follow-these-steps)

1. Initialize the demo project using the `pimcore/pimcore` image `docker run -u `id -u`:`id -g` --rm -v `pwd`:/var/www/html pimcore/pimcore:php8.3-latest composer create-project --no-scripts pimcore/demo my-project`
2. Go to your new project `cd my-project/`
3. Part of the new project is a docker compose file
    - Run `echo `id -u`:`id -g`` to retrieve your local user and group id
    - Open the `docker-compose.yaml` file in an editor, uncomment all the `user: '1000:1000'` lines and update the ids if necessary
    - Start the needed services with `docker compose up -d`
    - Install the assets by running the script `docker compose exec php bin/console assets:install --symlink --relative`
4. Install pimcore and initialize the DB `docker compose exec php vendor/bin/pimcore-install --mysql-host-socket=db --mysql-username=pimcore --mysql-password=pimcore --mysql-database=pimcore`
    - When asked for admin user and password: Choose freely
    - This can take a while, up to 20 minutes
5. Clear and warm up the cache with `docker compose exec php bin/console cache:clear`
6. ✔️ DONE - You can now visit your pimcore-demo:
    - The frontend:
    - The admin interface, using the credentials you have chosen above:

Pimcore Platform Version
------------------------

[](#pimcore-platform-version)

By default, Pimcore Platform Version is added as a dependency which ensures installation of compatible and in combination with each other tested versions of additional Pimcore modules. More information about the Platform Version can be found in the [Platform Version docs](https://github.com/pimcore/platform-version).

It might be necessary to update a specific Pimcore module to a version that is not included in the Platform Version. In that case, you need to remove the `platform-version` dependency from your `composer.json` and update the module to the desired version. Be aware that this might lead to a theoretically compatible but untested combination of Pimcore modules.

Other demo/skeleton packages
----------------------------

[](#other-demoskeleton-packages)

- [Pimcore Skeleton](https://github.com/pimcore/skeleton/)

###  Health Score

59

—

FairBetter than 99% of packages

Maintenance68

Regular maintenance activity

Popularity49

Moderate usage in the ecosystem

Community31

Small or concentrated contributor base

Maturity76

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

Recently: every ~121 days

Total

140

Last Release

60d ago

Major Versions

v10.3.3 → v11.0.32023-07-20

v10.3.4 → v11.0.42023-08-03

v10.3.5 → v11.0.62023-08-31

v11.1.5 → v2024.2.02024-07-02

2024.4.x-dev → 2025.x-dev2026-03-20

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/142037?v=4)[Bernhard Rusch](/maintainers/brusch)[@brusch](https://github.com/brusch)

---

Top Contributors

[![dvesh3](https://avatars.githubusercontent.com/u/5137917?v=4)](https://github.com/dvesh3 "dvesh3 (228 commits)")[![brusch](https://avatars.githubusercontent.com/u/142037?v=4)](https://github.com/brusch "brusch (183 commits)")[![kingjia90](https://avatars.githubusercontent.com/u/6014195?v=4)](https://github.com/kingjia90 "kingjia90 (91 commits)")[![fashxp](https://avatars.githubusercontent.com/u/8792145?v=4)](https://github.com/fashxp "fashxp (63 commits)")[![mcop1](https://avatars.githubusercontent.com/u/89011527?v=4)](https://github.com/mcop1 "mcop1 (38 commits)")[![aryaantony92](https://avatars.githubusercontent.com/u/97134765?v=4)](https://github.com/aryaantony92 "aryaantony92 (19 commits)")[![mattamon](https://avatars.githubusercontent.com/u/38959016?v=4)](https://github.com/mattamon "mattamon (17 commits)")[![robertSt7](https://avatars.githubusercontent.com/u/104770750?v=4)](https://github.com/robertSt7 "robertSt7 (16 commits)")[![alexz707](https://avatars.githubusercontent.com/u/562324?v=4)](https://github.com/alexz707 "alexz707 (16 commits)")[![blankse](https://avatars.githubusercontent.com/u/998558?v=4)](https://github.com/blankse "blankse (14 commits)")[![jdreesen](https://avatars.githubusercontent.com/u/424602?v=4)](https://github.com/jdreesen "jdreesen (11 commits)")[![bluvulture](https://avatars.githubusercontent.com/u/7668379?v=4)](https://github.com/bluvulture "bluvulture (7 commits)")[![aashan10](https://avatars.githubusercontent.com/u/18713900?v=4)](https://github.com/aashan10 "aashan10 (6 commits)")[![weisswurstkanone](https://avatars.githubusercontent.com/u/6142086?v=4)](https://github.com/weisswurstkanone "weisswurstkanone (6 commits)")[![dpfaffenbauer](https://avatars.githubusercontent.com/u/5981845?v=4)](https://github.com/dpfaffenbauer "dpfaffenbauer (4 commits)")[![martineiber](https://avatars.githubusercontent.com/u/11687066?v=4)](https://github.com/martineiber "martineiber (4 commits)")[![Corepex](https://avatars.githubusercontent.com/u/16717695?v=4)](https://github.com/Corepex "Corepex (3 commits)")[![kaurov](https://avatars.githubusercontent.com/u/2579907?v=4)](https://github.com/kaurov "kaurov (3 commits)")[![lukmzig](https://avatars.githubusercontent.com/u/30526586?v=4)](https://github.com/lukmzig "lukmzig (3 commits)")[![Yivan](https://avatars.githubusercontent.com/u/9025839?v=4)](https://github.com/Yivan "Yivan (2 commits)")

### Embed Badge

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

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[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)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[oro/platform

Business Application Platform (BAP)

644134.8k84](/packages/oro-platform)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)

PHPackages © 2026

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