yuna/flow-pack

Handlers pack for Flow - a PHP pipeline builder and runner.

Maintainers

Details

codeberg.org/yuna/flow-pack

Installs: 106

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/yuna/flow-pack

4.1.3 2025-12-23 16:46 UTC

This package is auto-updated.

Last update: 2025-12-23 16:48:44 UTC


README

Handlers pack for Flow - a PHP pipeline builder and runner.

Documentation

See documentation

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