yuna/flow

Pipeline Builder and runner in PHP.

Maintainers

Details

codeberg.org/yuna/flow

Installs: 135

Dependents: 2

Suggesters: 0

Security: 0

pkg:composer/yuna/flow

4.1.4 2025-12-21 17:17 UTC

This package is auto-updated.

Last update: 2025-12-21 17:24:31 UTC


README

Pipeline Builder and runner in PHP.

Documentation

See documentation

Running tests (PHPUnit)

Library provides a docker container for reproducible test environment.

docker run --rm --volume .:/source --workdir /source --tty yunadev/flow-container:1.0.0 composer run-script phpunit

Running tests creates an coverege_report folder which contains HTML coverage report - to view it simply open it in your browser.

Running types validator (PHPStan)

Library provides a docker container for reproducible PHPStan environment.

docker run --rm --volume .:/source --workdir /source --tty yunadev/flow-container:1.0.0 composer run-script phpstan

Running code style validator (CS-Fixer)

Library provides a docker container for reproducible CS-Fixer environment.

docker run --rm --volume .:/source --workdir /source --tty yunadev/flow-container:1.0.0 composer run-script csfixer

License

MIT