allmarkedup/ffs 问题修复 & 功能扩展

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

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

allmarkedup/ffs

最新稳定版本:v0.1.1

Composer 安装命令:

composer require allmarkedup/ffs

包简介

Filename-based metadata for your filesystem.

README 文档

README

Filesystem file finder and filterer with special support for YAML front-matter.

Built on top of the Symfony Finder component.

<?php

use Amu\Ffs\Finder;

$fs = new Finder(__DIR__);
foreach($fs->titleContains('hello') as $item) {
    echo $item->getFilename() . "<br>\n";
}

$fs = new Finder(__DIR__);
foreach($fs->idEquals("12345") as $item) {
    echo $item->getFilename() . "<br>\n";
}

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-12-05