PHPackages                             neos/neos-development-collection - 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. neos/neos-development-collection

ActiveNeos-package-collection[Framework](/categories/framework)

neos/neos-development-collection
================================

Neos packages in a joined repository for pull requests.

9.1.5(1mo ago)265103.3k↓73.7%245[454 issues](https://github.com/neos/neos-development-collection/issues)[122 PRs](https://github.com/neos/neos-development-collection/pulls)1GPL-3.0-or-laterPHPPHP ^8.2CI passing

Since Oct 14Pushed 3w ago15 watchersCompare

[ Source](https://github.com/neos/neos-development-collection)[ Packagist](https://packagist.org/packages/neos/neos-development-collection)[ Fund](https://shop.neos.io/neosfunding/)[ RSS](/packages/neos-neos-development-collection/feed)WikiDiscussions 9.2 Synced 3w ago

READMEChangelog (10)Dependencies (82)Versions (626)Used By (1)

[![Code Climate](https://camo.githubusercontent.com/84d0fb23656e6dfd90c35189bfe5418791d86f09c627c80b3b8bdff843d2e199/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6e656f732f6e656f732d646576656c6f706d656e742d636f6c6c656374696f6e2f6261646765732f6770612e737667)](https://codeclimate.com/github/neos/neos-development-collection)[![StyleCI](https://camo.githubusercontent.com/b4e03b6e056891af97a0302376dae59520e1e2c784d663799847960618209ea9/68747470733a2f2f7374796c6563692e696f2f7265706f732f34303936343031342f736869656c643f7374796c653d666c6174)](https://styleci.io/repos/40964014)[![Latest Stable Version](https://camo.githubusercontent.com/eeaf75e5217b9a51050229205d7d2c9f294f1795887a101999649e24f16c99d6/68747470733a2f2f706f7365722e707567782e6f72672f6e656f732f6e656f732d646576656c6f706d656e742d636f6c6c656374696f6e2f762f392e30)](https://packagist.org/packages/neos/neos-development-collection)[![License](https://camo.githubusercontent.com/d7c27a98e646b641287a8473199550b737c6d518dc56d6ec03c5c983470e2471/68747470733a2f2f706f7365722e707567782e6f72672f6e656f732f6e656f732d646576656c6f706d656e742d636f6c6c656374696f6e2f6c6963656e7365)](https://raw.githubusercontent.com/neos/neos-development-collection/9.0/LICENSE)[![Documentation](https://camo.githubusercontent.com/f7a48629ccfb6501ba3de339b24e6dad7823e0dfff39fda6bc035ff63d463267/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63756d656e746174696f6e2d6d61737465722d626c75652e737667)](https://neos.readthedocs.org/en/9.0/)[![Slack](https://camo.githubusercontent.com/42ad2f6d35233a19366075afa9baab531802e447a6740cc2d880155b614b2063/687474703a2f2f736c61636b2e6e656f732e696f2f62616467652e737667)](http://slack.neos.io)[![Discussion Forum](https://camo.githubusercontent.com/0470ed7585c24074b5d912601b0f7f69efe4ab815e6a8591304e04f3f68e8a37/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f666f72756d2d446973636f757273652d3339633666662e737667)](https://discuss.neos.io/)[![Issues](https://camo.githubusercontent.com/974125680462750e125975bef29676b228e0501bef0484de9ea096fa8e2bf39d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6e656f732f6e656f732d646576656c6f706d656e742d636f6c6c656374696f6e2e737667)](https://github.com/neos/neos-development-collection/issues)[![Translation](https://camo.githubusercontent.com/0083991ce7991f9295b2068f958b4a9edefc310e215c8fb694171b2c0c7835d4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7472616e736c6174652d7765626c6174652d3835616535322e737667)](https://hosted.weblate.org/projects/neos/)[![Twitter](https://camo.githubusercontent.com/cd24d3bac83a75c677d2ad6631f1a4ef01789cb5c341f1d75b589c25851d349b/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f6e656f73636d732e7376673f7374796c653d736f6369616c)](https://twitter.com/NeosCMS)

Neos development collection
===========================

[](#neos-development-collection)

This repository is a collection of packages for the Neos content application platform (learn more on ). The repository is used for development and all pull requests should go into it.

Installation and Setup
----------------------

[](#installation-and-setup)

If you want to install Neos, please have a look at the installation &amp; setup documentation:

**For (specific) documentation on Neos 9, read on below...**

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

[](#contributing)

If you want to contribute to Neos and want to set up a development environment, then please read the instructions in [CONTRIBUTING.md](CONTRIBUTING.md)

**For (specific) documentation on Neos 9, read on below...**

Neos 9 and the Event-Sourced Content Repository (ES CR)
-------------------------------------------------------

[](#neos-9-and-the-event-sourced-content-repository-es-cr)

### Prerequisites

[](#prerequisites)

- You need PHP 8.2 installed.
- Please be sure to run off the Neos development distribution in branch 9.0, to avoid dependency issues.

### Setup

[](#setup)

Follow the usual configuration steps (as for Neos 8) to install Composer dependencies and configure the database connection in `Settings.yaml` Then:

1. Run Doctrine Migrations:

    ```
    ./flow doctrine:migrate
    FLOW_CONTEXT=Testing/Postgres ./flow doctrine:migrate
    ```
2. Setup the Content Repository

    ```
    ./flow cr:setup
    ```

### Site Setup

[](#site-setup)

You can chose from one of the following options:

#### Creating a new Site

[](#creating-a-new-site)

```
./flow site:create neosdemo Neos.Demo Neos.Demo:Document.Homepage
```

#### Migrating an existing (Neos &lt; 9.0) Site

[](#migrating-an-existing-neos--90-site)

```
# the following config points to a Neos 8.0 database (adjust to your needs)
./flow site:exportLegacyData --path ./migratedContent --config '{"dbal": {"dbname": "neos80"}, "resourcesPath": "/path/to/neos-8.0/Data/Persistent/Resources"}'
# import the migrated data
./flow site:importAll --path ./migratedContent
```

#### Importing an existing (Neos &gt;= 9.0) Site from an Export

[](#importing-an-existing-neos--90-site-from-an-export)

```
./flow site:importAll --package-key Neos.Demo
```

### Running Neos

[](#running-neos)

> ```
> ./flow server:run
> ```

###  Health Score

68

—

FairBetter than 99% of packages

Maintenance74

Regular maintenance activity

Popularity52

Moderate usage in the ecosystem

Community35

Small or concentrated contributor base

Maturity95

Battle-tested with a long release history

 Bus Factor5

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

Total

526

Last Release

23d ago

Major Versions

8.4.2 → 9.1.02025-12-17

8.4.3 → 9.0.92026-02-11

8.3.31 → 9.1.22026-02-11

8.3.33 → 9.0.112026-03-20

8.4.x-dev → 9.2.x-dev2026-05-19

PHP version history (8 changes)2.1.0PHP &gt;=5.5.0

3.0.3PHP ~7.0

4.3.0PHP ^7.0

5.3.0PHP ^7.2

7.0.0PHP ^7.3

7.0.3PHP ^7.3 || ^8.0

8.0.0PHP ^8.0

9.0.0-beta1PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11575267?v=4)[Neos](/maintainers/neos)[@neos](https://github.com/neos)

---

Top Contributors

[![kdambekalns](https://avatars.githubusercontent.com/u/95873?v=4)](https://github.com/kdambekalns "kdambekalns (4135 commits)")[![skurfuerst](https://avatars.githubusercontent.com/u/190777?v=4)](https://github.com/skurfuerst "skurfuerst (2608 commits)")[![aertmann](https://avatars.githubusercontent.com/u/903567?v=4)](https://github.com/aertmann "aertmann (2449 commits)")[![mhsdesign](https://avatars.githubusercontent.com/u/85400359?v=4)](https://github.com/mhsdesign "mhsdesign (2387 commits)")[![kitsunet](https://avatars.githubusercontent.com/u/324408?v=4)](https://github.com/kitsunet "kitsunet (1923 commits)")[![bwaidelich](https://avatars.githubusercontent.com/u/307571?v=4)](https://github.com/bwaidelich "bwaidelich (1239 commits)")[![mficzel](https://avatars.githubusercontent.com/u/1309380?v=4)](https://github.com/mficzel "mficzel (1153 commits)")[![robertlemke](https://avatars.githubusercontent.com/u/95582?v=4)](https://github.com/robertlemke "robertlemke (1066 commits)")[![daniellienert](https://avatars.githubusercontent.com/u/642226?v=4)](https://github.com/daniellienert "daniellienert (905 commits)")[![neos-bot](https://avatars.githubusercontent.com/u/13999604?v=4)](https://github.com/neos-bot "neos-bot (612 commits)")[![dlubitz](https://avatars.githubusercontent.com/u/13046100?v=4)](https://github.com/dlubitz "dlubitz (609 commits)")[![weblate](https://avatars.githubusercontent.com/u/1607653?v=4)](https://github.com/weblate "weblate (605 commits)")[![hlubek](https://avatars.githubusercontent.com/u/33351?v=4)](https://github.com/hlubek "hlubek (504 commits)")[![markusguenther](https://avatars.githubusercontent.com/u/1014126?v=4)](https://github.com/markusguenther "markusguenther (501 commits)")[![neos-project](https://avatars.githubusercontent.com/u/13873842?v=4)](https://github.com/neos-project "neos-project (451 commits)")[![gerhard-boden](https://avatars.githubusercontent.com/u/10533739?v=4)](https://github.com/gerhard-boden "gerhard-boden (436 commits)")[![johannessteu](https://avatars.githubusercontent.com/u/769789?v=4)](https://github.com/johannessteu "johannessteu (435 commits)")[![Sebobo](https://avatars.githubusercontent.com/u/596967?v=4)](https://github.com/Sebobo "Sebobo (411 commits)")[![dfeyer](https://avatars.githubusercontent.com/u/221173?v=4)](https://github.com/dfeyer "dfeyer (371 commits)")[![albe](https://avatars.githubusercontent.com/u/4259532?v=4)](https://github.com/albe "albe (244 commits)")

---

Tags

content-managementflowframeworkhacktoberfestweb

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/neos-neos-development-collection/health.svg)

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

###  Alternatives

[sulu/sulu

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

1.3k1.4M196](/packages/sulu-sulu)[sylius/sylius

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

8.5k5.8M712](/packages/sylius-sylius)[neos/flow

Flow Application Framework

842.1M487](/packages/neos-flow)[neos/media

The Media package

101.2M49](/packages/neos-media)[concrete5/core

Concrete – an open source content management system.

20163.8k49](/packages/concrete5-core)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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