PHPackages                             unite-cms/standard - 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. unite-cms/standard

ActiveProject

unite-cms/standard
==================

Standard installation of united CMS

v0.9.1(6y ago)21.7k[1 issues](https://github.com/unite-cms/standard/issues)PHP

Since Jan 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/unite-cms/standard)[ Packagist](https://packagist.org/packages/unite-cms/standard)[ RSS](/packages/unite-cms-standard/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (7)Versions (32)Used By (0)

unite cms - standard installation
=================================

[](#unite-cms---standard-installation)

General project info and development
------------------------------------

[](#general-project-info-and-development)

This is just the standard configuration of unite cms. **Please see [github.com/unite-cms/unite-cms](https://github.com/unite-cms/unite-cms) for more information.**

Start a new project in development mode
---------------------------------------

[](#start-a-new-project-in-development-mode)

This package requires sroze/companienv in dev mode, that will ask you for missing .env variables and automatically creates a .env file during installation.

```
composer create-project unite-cms/standard unitecms --stability dev

cd unitecms

# Now create the databse schema.
bin/console doctrine:schema:update --force

```

To get started create your first organization and a platform admin user:

```
bin/console united:organization:create

bin/console united:user:create

```

If you want to use the Symfony development server execute:

```
bin/console serve:run

```

Install unite cms for production
--------------------------------

[](#install-unite-cms-for-production)

Before installing unite cms for production, make sure that all environment variables, defined in .env.dist are set.

```
composer create-project unite-cms/standard unitecms --stability dev --no-dev --no-scripts

cd unitecms

bin/console assets:install --env=prod
bin/console doctrine:schema:update --force --env=prod
bin/console cache:clear --env=prod

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 91.3% 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 ~17 days

Recently: every ~43 days

Total

31

Last Release

2511d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b70c32a4874a1134c21e1174ca81f861a55314e9174dbad35d58ae1b0905470?d=identicon)[franzwilding](/maintainers/franzwilding)

---

Top Contributors

[![franzwilding](https://avatars.githubusercontent.com/u/309309?v=4)](https://github.com/franzwilding "franzwilding (42 commits)")[![stefan-kamsker](https://avatars.githubusercontent.com/u/34944934?v=4)](https://github.com/stefan-kamsker "stefan-kamsker (4 commits)")

### Embed Badge

![Health badge](/badges/unite-cms-standard/health.svg)

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

PHPackages © 2026

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