yuna/flow

Pipeline Builder and runner in PHP.

Maintainers

Details

codeberg.org/yuna/flow

Installs: 143

Dependents: 2

Suggesters: 0

Security: 0

pkg:composer/yuna/flow

4.1.6 2026-02-02 18:54 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