PHPackages                             vardumper/ibexa-on-docker - 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. vardumper/ibexa-on-docker

AbandonedProject[DevOps &amp; Deployment](/categories/devops)

vardumper/ibexa-on-docker
=========================

Ibexa on Docker

0.1.1(2y ago)273Dockerfile

Since Jul 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/vardumper/ibexa-on-docker)[ Packagist](https://packagist.org/packages/vardumper/ibexa-on-docker)[ RSS](/packages/vardumper-ibexa-on-docker/feed)WikiDiscussions main Synced today

READMEChangelog (2)DependenciesVersions (20)Used By (0)

Ibexa DXP on Docker
===================

[](#ibexa-dxp-on-docker)

This helper repository sets up a new Ibexa DXP project for you with a pre-made Docker configuration to get you started quicker. The official Ibexa meta package installation is executed during install. Ibexa will be placed in the `app` folder. This repository acts as a wrapper that includes a docker development configuration around it.

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

[](#requirements)

- **Docker** installed and running (`brew install --cask docker`)
- **Composer** installed (`brew install node`)
- **Node** (`brew install node`) and **Yarn** installed (`npm install --global yarn`)

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

[](#getting-started)

During installation, you will be prompted to enter your Ibexa credentials. You can get them in Ibexa's [support panel](https://support.ibexa.co). The official documentation has [more details on credentials](https://doc.ibexa.co/en/latest/getting_started/requirements/#ibexa-dxp-credentials).

Store your Ibexa credentials globally `composer config --global http-basic.updates.ibexa.co  `. You will need to repeat this step (see below) inside the PHP container, so that composer can install additional dependencies or fetch updates.

Installation
------------

[](#installation)

**Step 1**: Pick one flavour of Ibexa. Exceute one of the following commands:

```
composer create-project vardumper/ibexa-on-docker  # Installs Ibexa DXP Open Source (default)
composer create-project vardumper/ibexa-on-docker:dev-experience  # Installs Ibexa DXP Experience
composer create-project vardumper/ibexa-on-docker:dev-commerce  # Installs Ibexa DXP Commerce
composer create-project vardumper/ibexa-on-docker:dev-content  # Installs Ibexa DXP Content

```

**Step 2**: Finalizing the installation

```
cd  # change into the project folder
docker-compose up -d # this will start the containers
docker exec ibexa-php /bin/bash -c "cd /app;composer config --global http-basic.updates.ibexa.co  " # stored credentials in php container
docker exec ibexa-php /bin/bash -c "cd /app;composer req predis/predis" # add required package for redis
docker exec ibexa-php /bin/bash -c "cd /app;php bin/console ibexa:install" # initialize database, run migrations, finalize setup
```

Accessing the site
------------------

[](#accessing-the-site)

Frontend: Backend: The default credentials are username `admin` and password `publish`.

Whats included
--------------

[](#whats-included)

As a personal preference I am using the bitnami images for Nginx, PHP and MariaDB.

- Nginx v1.24.0
- PHP-FPM v8.2.7
- MariaDB v10.8.8
- Elasticsearch v8.8.2
- Redis v6.2

Making adjustments
------------------

[](#making-adjustments)

If you want to run the containers on different ports, you can do so by adjusting the docker-compose.yml file. If you want to use different container images, feel free to make your adjustments in the docker-compose.yml file, as well.

It's yours
----------

[](#its-yours)

The project you just created is yours. It has already been initialized

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.5% 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 ~0 days

Total

16

Last Release

1090d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/21208397?v=4)[Erik Pöhler](/maintainers/vardumper)[@vardumper](https://github.com/vardumper)

---

Top Contributors

[![vardumper](https://avatars.githubusercontent.com/u/21208397?v=4)](https://github.com/vardumper "vardumper (55 commits)")[![deepsource-io[bot]](https://avatars.githubusercontent.com/in/16372?v=4)](https://github.com/deepsource-io[bot] "deepsource-io[bot] (2 commits)")

### Embed Badge

![Health badge](/badges/vardumper-ibexa-on-docker/health.svg)

```
[![Health](https://phpackages.com/badges/vardumper-ibexa-on-docker/health.svg)](https://phpackages.com/packages/vardumper-ibexa-on-docker)
```

###  Alternatives

[in2code/in2publish_core

Content publishing extension to connect stage and production server

40143.4k](/packages/in2code-in2publish-core)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4778.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

106.6k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

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