定制 plumphp/plum-finder 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

plumphp/plum-finder

最新稳定版本:v1.1.2

Composer 安装命令:

composer require plumphp/plum-finder

包简介

Integrations the Symfony Finder component into Plum.

README 文档

README

Plum

PlumFinder integrates the Symfony Finder component into Plum. Plum is a data processing pipeline for PHP.

Build Status Windows Build status Scrutinizer Code Quality Code Coverage StyleCI

Developed by Florian Eckerstorfer in Vienna, Europe.

Installation

You can install Plum using Composer.

$ composer require plumphp/plum-finder

Usage

Please refer to the Plum documentation for more information about Plum in general.

PlumFinder includes Plum\PlumFinder\FinderReader to read directories and files from disk.

FinderReader

You can read directories and files using the Symfony Finder component and Plum\PlumFinder\FinderReader.

use Plum\PlumFinder\FinderReader;
use Symfony\Component\Finder\Finder;

$finder = new Finder();
// Further configuration of Finder

$reader = new FinderReader($finder);

Change Log

Version 1.1.2 (28 April 2015)

  • Fix Plum version

Version 1.1.1 (22 April 2015)

  • Set minimum Plum version to 0.2

Version 1.1 (22 April 2015)

  • Add support for ReaderFactory

Version 1.0 (17 February 2015)

  • Initial release

License

The MIT license applies to plumphp/plum-finder. For the full copyright and license information, please view the LICENSE file distributed with this source code.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-11