packagefactory/neos-component-engine

Adapter package that integrates PackageFactory.ComponentEngine with Neos CMS

Maintainers

Package info

codeberg.org/PackageFactory/neos-component-engine

Issues

Type:neos-package

pkg:composer/packagefactory/neos-component-engine

Transparency log

Statistics

Installs: 44

Dependents: 1

Suggesters: 0

1.0.0-alpha7 2026-08-28 21:38 UTC

README

Adapter package that integrates PackageFactory.ComponentEngine with Neos CMS

[!WARNING] PackageFactory.Neos.ComponentEngine is alpha software. Use at your own risk!

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

For common automated development tasks, the repository contains several scripts which can be run via:

./scripts/{script-name}
script-namedescription
lintRun code style checks with PHP_CodeSniffer
analyseRun static code analysis with phpstan
testRun tests with phpunit
behatRun behavior tests with behat
qaRun all quality assurance scripts (tests, static analysis, etc.)

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