yuna/flow 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

yuna/flow

最新稳定版本:4.1.4

Composer 安装命令:

composer require yuna/flow

包简介

Pipeline Builder and runner in PHP.

README 文档

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

统计信息

  • 总下载量: 135
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-10-15