{"id":22282064,"url":"https://github.com/neos/neos-development-collection","last_synced_at":"2025-05-14T08:07:49.377Z","repository":{"id":36657690,"uuid":"40964014","full_name":"neos/neos-development-collection","owner":"neos","description":"The unified repository containing the Neos core packages, used for Neos development.","archived":false,"fork":false,"pushed_at":"2025-05-05T13:13:20.000Z","size":172839,"stargazers_count":266,"open_issues_count":516,"forks_count":227,"subscribers_count":18,"default_branch":"9.0","last_synced_at":"2025-05-05T14:30:17.160Z","etag":null,"topics":["content-management","flowframework","hacktoberfest","web"],"latest_commit_sha":null,"homepage":"https://www.neos.io/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-08-18T09:48:35.000Z","updated_at":"2025-04-14T03:46:39.000Z","dependencies_parsed_at":"2024-01-02T14:43:33.752Z","dependency_job_id":"b2662dbd-8618-41b6-9743-bf967a9a0f65","html_url":"https://github.com/neos/neos-development-collection","commit_stats":{"total_commits":18729,"total_committers":305,"mean_commits":61.40655737704918,"dds":0.8282876822040686,"last_synced_commit":"3c6c3602e7305a2c04ef39c8ec3de005b98c2975"},"previous_names":[],"tags_count":518,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neos%2Fneos-development-collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neos%2Fneos-development-collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neos%2Fneos-development-collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neos%2Fneos-development-collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neos","download_url":"https://codeload.github.com/neos/neos-development-collection/tar.gz/refs/heads/9.0","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101557,"owners_count":22014908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["content-management","flowframework","hacktoberfest","web"],"created_at":"2024-12-03T16:25:08.563Z","updated_at":"2025-05-14T08:07:44.368Z","avatar_url":"https://github.com/neos.png","language":"PHP","readme":"[![Code\nClimate](https://codeclimate.com/github/neos/neos-development-collection/badges/gpa.svg)](https://codeclimate.com/github/neos/neos-development-collection)\n[![StyleCI](https://styleci.io/repos/40964014/shield?style=flat)](https://styleci.io/repos/40964014)\n[![Latest Stable\nVersion](https://poser.pugx.org/neos/neos-development-collection/v/9.0)](https://packagist.org/packages/neos/neos-development-collection)\n[![License](https://poser.pugx.org/neos/neos-development-collection/license)](https://raw.githubusercontent.com/neos/neos-development-collection/9.0/LICENSE)\n[![Documentation](https://img.shields.io/badge/documentation-master-blue.svg)](https://neos.readthedocs.org/en/9.0/)\n[![Slack](http://slack.neos.io/badge.svg)](http://slack.neos.io)\n[![Discussion Forum](https://img.shields.io/badge/forum-Discourse-39c6ff.svg)](https://discuss.neos.io/)\n[![Issues](https://img.shields.io/github/issues/neos/neos-development-collection.svg)](https://github.com/neos/neos-development-collection/issues)\n[![Translation](https://img.shields.io/badge/translate-weblate-85ae52.svg)](https://hosted.weblate.org/projects/neos/)\n[![Twitter](https://img.shields.io/twitter/follow/neoscms.svg?style=social)](https://twitter.com/NeosCMS)\n\n# Neos development collection\n\nThis repository is a collection of packages for the Neos content\napplication platform (learn more on \u003chttps://www.neos.io/\u003e). The\nrepository is used for development and all pull requests should go into\nit.\n\n## Installation and Setup\n\nIf you want to install Neos, please have a look at the installation \u0026\nsetup documentation:\n\u003chttps://docs.neos.io/guide/installation-development-setup\u003e\n\n**For (specific) documentation on Neos 9, read on below...**\n\n## Contributing\n\nIf you want to contribute to Neos and want to set up a development\nenvironment, then please read the instructions in [CONTRIBUTING.md](CONTRIBUTING.md)\n\n**For (specific) documentation on Neos 9, read on below...**\n\n## Neos 9 and the Event-Sourced Content Repository (ES CR)\n\n### Prerequisites\n\n- You need PHP 8.2 installed.\n- Please be sure to run off the Neos development distribution in branch 9.0, to avoid dependency issues.\n\n### Setup\n\nFollow the usual configuration steps (as for Neos 8) to install Composer dependencies and configure the database connection in `Settings.yaml` Then:\n\n1.  Run Doctrine Migrations:\n\n    ``` bash\n    ./flow doctrine:migrate\n    FLOW_CONTEXT=Testing/Postgres ./flow doctrine:migrate\n    ```\n\n2.  Setup the Content Repository\n\n    ``` bash\n    ./flow cr:setup\n    ```\n\n### Site Setup\n\nYou can chose from one of the following options:\n\n#### Creating a new Site\n\n``` bash\n./flow site:create neosdemo Neos.Demo Neos.Demo:Document.Homepage\n```\n\n#### Migrating an existing (Neos \u003c 9.0) Site\n\n``` bash\n# the following config points to a Neos 8.0 database (adjust to your needs)\n./flow site:exportLegacyData --path ./migratedContent --config '{\"dbal\": {\"dbname\": \"neos80\"}, \"resourcesPath\": \"/path/to/neos-8.0/Data/Persistent/Resources\"}'\n# import the migrated data\n./flow site:importAll --path ./migratedContent\n```\n\n#### Importing an existing (Neos \u003e= 9.0) Site from an Export\n\n``` bash\n./flow site:importAll --package-key Neos.Demo\n```\n\n### Running Neos\n\n\u003e ``` bash\n\u003e ./flow server:run\n\u003e ```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneos%2Fneos-development-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneos%2Fneos-development-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneos%2Fneos-development-collection/lists"}