phpflo/phpflo-core
Composer 安装命令:
composer require phpflo/phpflo-core
包简介
Collection of base components for usage with phpflo
README 文档
README
Introduction
If you need reusable components for your next flow, this is the place to find them! As you might have guessed, the focus lies on reusability and simplicity, just like the flow-based programming paradigm suggests. Contributions are welcome!
This project belongs to phpflo.
Installation
Since components are now decoupled from phpflo main repo for easier contribution and also separate usage, you now need to install via composer:
$ <your-project> composer require phpflo/phpflo-component
This also gives you the opportunity to leave out components as a dependency for phpflo projects where you don't want the class-overhead.
Running the examples
File line count using embedded PhpFlo:
$ ./examples/linecount/count.php somefile.txt
Using FBP definitions:
$ ./examples/linecount/countFromFbp.php somefile.txt
Using JSON definitions:
$ ./examples/linecount/countFromJson.php somefile.txt
统计信息
- 总下载量: 3.36k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-07