neos / neos
An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.
Package info
Type:neos-package
pkg:composer/neos/neos
Fund package maintenance!
Requires
- php: ^8.4
- behat/transliterator: ~1.0
- neos/contentrepository-core: 9.2.0-beta2
- neos/contentrepository-export: 9.2.0-beta2
- neos/contentrepository-nodeaccess: 9.2.0-beta2
- neos/contentrepositoryregistry: 9.2.0-beta2
- neos/flow: ~9.2.0
- neos/fluid-adaptor: ~9.2.0
- neos/fusion: 9.2.0-beta2
- neos/fusion-afx: 9.2.0-beta2
- neos/fusion-form: ^2.1 || ^3.0
- neos/media: 9.2.0-beta2
- neos/media-browser: 9.2.0-beta2
- neos/party: ~7.0.3
- neos/workspace-ui: 9.2.0-beta2
Suggests
- neos/redirecthandler-neosadapter: Adds automatic redirects for moved/renamed pages
- neos/site-kickstarter: Helps with creating new site packages for Neos.
Replaces
- typo3/neos: 9.2.0-beta2
This package is auto-updated.
Last update: 2026-07-29 22:43:12 UTC
README
Note
This repository is a read-only subsplit of a package that is part of the Neos project (learn more on www.neos.io).
Neos is an open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.
If you want to use Neos, please have a look at the Neos documentation
Contribute
If you want to contribute to Neos, please have a look at https://github.com/neos/neos-development-collection - it is the repository used for development and all pull requests should go into it.
Build frontend assets
If you need to rebuild the frontend assets you need to run the following commands within the Neos.Neos package directory:
For develpment:
yarn yarn build
For production:
yarn yarn build:production