PHPackages                             redaxo/project - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. redaxo/project

ActiveProject[Utility &amp; Helpers](/categories/utility)

redaxo/project
==============

REDAXO project skeleton for `composer create-project`

6.x-dev(1mo ago)211MITPHPPHP ^8.5

Since Jun 18Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/redaxo/project)[ Packagist](https://packagist.org/packages/redaxo/project)[ Docs](https://redaxo.org)[ RSS](/packages/redaxo-project/feed)WikiDiscussions 6.x Synced 1w ago

READMEChangelogDependencies (2)Versions (1)Used By (0)

REDAXO project skeleton
=======================

[](#redaxo-project-skeleton)

Create a new REDAXO project:

```
composer create-project redaxo/project:6.x-dev my-project
cd my-project
```

Note

The `:6.x-dev` requests the development version, which is required as long as REDAXO 6 has no stable release yet. Once it does, plain `composer create-project redaxo/project my-project` is enough.

Point your web server's document root to `public/`, then run the setup:

```
php bin/console setup:run
```

Structure
---------

[](#structure)

```
bin/console               Console entry point (Symfony Console)
public/                   Document root (point the web server here)
public/index.php          Frontend controller
public/redaxo/index.php   Backend controller
public/media/             Media pool files
src/                      Your project code (Project class, templates, modules, …)
src/Project.php           Project class (boot configuration)
var/                      Runtime data (cache, data, logs, …)

```

Contributing
------------

[](#contributing)

This repository is read-only. The project skeleton is developed in the [REDAXO core repository](https://github.com/redaxo/core) and split out here automatically. That's why issues and pull requests are disabled — please report issues and open pull requests in the core repository.

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance93

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

36d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/330436?v=4)[Gregor Harlan](/maintainers/gharlan)[@gharlan](https://github.com/gharlan)

---

Top Contributors

[![gharlan](https://avatars.githubusercontent.com/u/330436?v=4)](https://github.com/gharlan "gharlan (3 commits)")

---

Tags

cmsredaxoskeletoncmsSkeletonprojectredaxo

### Embed Badge

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

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

PHPackages © 2026

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