PHPackages                             enhavo/enhavo - 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. enhavo/enhavo

ActiveLibrary[Framework](/categories/framework)

enhavo/enhavo
=============

enhavo

v0.15.12(2mo ago)927.6k31[30 issues](https://github.com/enhavo/enhavo/issues)[5 PRs](https://github.com/enhavo/enhavo/pulls)2MITPHPPHP ^8.2CI failing

Since Jun 5Pushed 2mo ago13 watchersCompare

[ Source](https://github.com/enhavo/enhavo)[ Packagist](https://packagist.org/packages/enhavo/enhavo)[ RSS](/packages/enhavo-enhavo/feed)WikiDiscussions 0.16 Synced 1mo ago

READMEChangelog (10)Dependencies (63)Versions (116)Used By (2)

[![alt text](assets/admin/images/enhavo.svg "enhavo")](assets/admin/images/enhavo.svg)

[![License](https://camo.githubusercontent.com/3a3165b22f14ca36256a9210e8268d309ce8a5135daa956dca5ef880c4d46f32/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f656e6861766f2f656e6861766f2e737667)](https://packagist.org/packages/enhavo/enhavo)[![Continuous Integration](https://github.com/enhavo/enhavo/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/enhavo/enhavo/actions/workflows/ci.yml)[![Scrutinizer](https://camo.githubusercontent.com/aec9d52512bd6eb8e9e1449bc817a489f3d5999d46c53f9b9c535ec9b5c0b3b3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f656e6861766f2f656e6861766f2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/enhavo/enhavo)[![Code Coverage](https://camo.githubusercontent.com/fc3303322a6d8e49f81f2d3f210ca822c242720c18d8a1e8d0d093005bca1978/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f656e6861766f2f656e6861766f2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/enhavo/enhavo/?branch=master)[![Version](https://camo.githubusercontent.com/89eca703c01fb5f15ecf9c29433bac79c630874c78b8aa44e33f5ea80b126d32/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656e6861766f2f656e6861766f2e737667)](https://packagist.org/packages/enhavo/enhavo)

The enhavo CMS is a open source PHP project on top of the fullstack Symfony framework, to serve a very flexible software, that can handle most of complex data structure with a clean and usability interface.

Enhavo is still under heavy development and we can't guarantee for backward compatibility or security issues nor is our documentation up to date. So we advice you to not use the software for production until we reach a stable release.

Get started
-----------

[](#get-started)

If you just want to use enhavo, you don't need to install this repository. Read the [Get Started](https://docs.enhavo.com/get-started/index.html) tutorial to install your own enhavo application.

Demo
----

[](#demo)

If you want to check the enhavo look and feel. Take a look at our demo on [demo.enhavo.com](http://demo.enhavo.com/admin/login)

UserPasswordadminContribute
----------

[](#contribute)

Help us to develop the software. This is the main repository of the enhavo project. Feel free to open tickets or pull requests or just give us feedback. If you are a github user, you can star our project.

---

If you want to contribute code, you need to run the main repository. Make sure you have installed `composer` and `yarn` on your local machine. Fork and clone the repo and add a `.env.local` file containing your database credentials.

```
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/enhavo

```

And a test config `.env.test.local` containing your test database credentials.

```
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/enhavo_test

```

Execute following commands on your shell:

```
$ composer install
$ yarn install
$ yarn build
$ bin/console doctrine:database:create
$ bin/console doctrine:database:create --env=test
$ bin/console doctrine:migrations:migrate
$ bin/console doctrine:migrations:migrate --env=test
$ bin/console enhavo:init
$ bin/console enhavo:user:create --super-admin
```

Make your changes and run the tests.

```
$ bin/phpunit
$ bin/behat
$ yarn test:unit
$ yarn test:integration
```

**Testing stack**

Depending on what you are going to test, choose the right tool.

```

[**** Database ****][**** PHP File ****][**** JS File ****][**** Browser ****]

```

Documentation
-------------

[](#documentation)

The documentation is available at [docs.enhavo.com](http://docs.enhavo.com).

---

If you want to contribute, fork and clone this repository and make your changes under `docs`.

We are using `vitepress`, which comes already with `yarn install`. To see the docs run `yarn docs:dev`

Read more about the docs syntax [here](https://vitepress.dev/guide/markdown)

MIT License
-----------

[](#mit-license)

License can be found [here](https://github.com/enhavo/enhavo/blob/master/LICENSE).

###  Health Score

61

—

FairBetter than 99% of packages

Maintenance85

Actively maintained with recent releases

Popularity35

Limited adoption so far

Community30

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 79.9% 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 ~32 days

Recently: every ~18 days

Total

110

Last Release

71d ago

PHP version history (9 changes)v0.1.0PHP ^5.5.9|^7.0

v0.3.0PHP ^5.6|^7.0

v0.5.0PHP ^7.0|^7.1

v0.7.0PHP ^7.2

v0.9.0PHP ^7.2|^7.3

v0.10.0PHP ^7.3|7.4

v0.11.0PHP ^8.0

v0.15.0PHP ^8.2

0.16.x-devPHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/d1cd9aaffd3147ff1570c0225ae5bb721ed10f8d2453b041d29e8ea0598655a8?d=identicon)[enhavo](/maintainers/enhavo)

---

Top Contributors

[![gseidel](https://avatars.githubusercontent.com/u/4236925?v=4)](https://github.com/gseidel "gseidel (3129 commits)")[![FabianLiebl](https://avatars.githubusercontent.com/u/13798029?v=4)](https://github.com/FabianLiebl "FabianLiebl (398 commits)")[![indivisualvj](https://avatars.githubusercontent.com/u/7021685?v=4)](https://github.com/indivisualvj "indivisualvj (185 commits)")[![npakai](https://avatars.githubusercontent.com/u/13831146?v=4)](https://github.com/npakai "npakai (105 commits)")[![martinalt](https://avatars.githubusercontent.com/u/13983911?v=4)](https://github.com/martinalt "martinalt (33 commits)")[![Requiem4aPr0](https://avatars.githubusercontent.com/u/27765447?v=4)](https://github.com/Requiem4aPr0 "Requiem4aPr0 (31 commits)")[![kiwibun](https://avatars.githubusercontent.com/u/182703034?v=4)](https://github.com/kiwibun "kiwibun (16 commits)")[![JoniHoffi](https://avatars.githubusercontent.com/u/70387173?v=4)](https://github.com/JoniHoffi "JoniHoffi (9 commits)")[![WolleDoerr](https://avatars.githubusercontent.com/u/69155675?v=4)](https://github.com/WolleDoerr "WolleDoerr (2 commits)")[![nsd0sbock](https://avatars.githubusercontent.com/u/168078094?v=4)](https://github.com/nsd0sbock "nsd0sbock (2 commits)")[![mkellermann](https://avatars.githubusercontent.com/u/12298585?v=4)](https://github.com/mkellermann "mkellermann (2 commits)")[![Maryluuu](https://avatars.githubusercontent.com/u/77622896?v=4)](https://github.com/Maryluuu "Maryluuu (1 commits)")[![ma4nn](https://avatars.githubusercontent.com/u/26252058?v=4)](https://github.com/ma4nn "ma4nn (1 commits)")[![blanconize](https://avatars.githubusercontent.com/u/45752327?v=4)](https://github.com/blanconize "blanconize (1 commits)")[![pgrimaud](https://avatars.githubusercontent.com/u/1866496?v=4)](https://github.com/pgrimaud "pgrimaud (1 commits)")[![schaetzle](https://avatars.githubusercontent.com/u/6670936?v=4)](https://github.com/schaetzle "schaetzle (1 commits)")[![smbkr](https://avatars.githubusercontent.com/u/933535?v=4)](https://github.com/smbkr "smbkr (1 commits)")

---

Tags

cmsenhavoframeworkphpsymfonytypescriptvue

###  Code Quality

TestsPHPUnit

Static AnalysisRector

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[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)[sylius/sylius

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

8.4k5.6M647](/packages/sylius-sylius)[chameleon-system/chameleon-base

The Chameleon System core.

1026.5k3](/packages/chameleon-system-chameleon-base)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

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

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)

PHPackages © 2026

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