packagefactory / neos-component-engine
Adapter package that integrates PackageFactory.ComponentEngine with Neos CMS
Installs: 2
Dependents: 1
Suggesters: 0
Security: 0
Type:neos-package
pkg:composer/packagefactory/neos-component-engine
Requires
- neos/neos: ^9.0
- neos/neos-ui: ^9.0
- packagefactory/component-engine: 1.0.0-alpha2
- packagefactory/php-component-engine: 1.0.0-alpha2
Requires (Dev)
- neos/contentgraph-doctrinedbaladapter: ^9.0
- neos/contentrepository-testsuite: ^9.0
- phpstan/phpstan: ^2.1
- phpunit/php-code-coverage: ^11.0
- phpunit/phpunit: ^11.5
- 2.0.x-dev
- 1.0.x-dev
- 1.0.0-alpha2
- 1.0.0-alpha1
- dev-task/starshipAdjustments
- dev-feature/nullable-slots
- dev-feature/component-envelope-as-prop-redone
- dev-feature/unary-content-component-factories
- dev-feature/high-level-neos-access-php-api
- dev-feature/componentView
- dev-task/remove-php-transpiler
- dev-feature/standalone-cli
- dev-feature/fragments
- dev-task/run-behavior-tests
- dev-task/ensure-that-meta-elements-are-transpiled-correctly
- dev-feature/typed-component-collections
- dev-task/decentralized-attribute-transpilation
- dev-feature/strict-logical-branch-types
- dev-task/remove-floating-leftovers
- dev-task/introduce-transpiler-scope
- dev-feature/dynamic-html-elements
- dev-task/transpilers-readonly
- dev-feature/custom-component-tags
- dev-task/compile-array-literals-in-attributes-to-string
- dev-feature/cpx-file-watching
This package is auto-updated.
Last update: 2025-12-18 13:33:28 UTC
README
Adapter package that integrates PackageFactory.ComponentEngine with Neos CMS
Usage
CLI Commands
components:list
./flow components:list <package-key>
components:analyze
./flow components:analyze <package-key>
components:build
./flow components:build <package-key>
Development
Run behavioral tests
The behavioral tests for this package are implemented with behat. They cannot be executed in isolation, but require this package to be installed in a Neos CMS distribution.
Make sure to either have the package installed via packagist or to have it reside in your DistributionPackages folder. The tests can be run from the package directory either via
./scripts/behat
or
composer test:behavioral
License
see LICENSE