mlo/file-loader
最新稳定版本:v1.2.0
Composer 安装命令:
composer require mlo/file-loader
包简介
File loader with built in caching
README 文档
README
FileLoader allows you to load files from a collection of directories and then caches the results for faster access later.
Installation
composer require mlo/file-loader
Requirements
The following PHP versions are supported.
- PHP 5.4
- PHP 5.5
- PHP 5.6
- PHP 7.0
- HHVM
The following versions of Symfony components are supported.
- 2.3
- 2.7
- 2.8
- 3.0
Overview
$cacheDirectory = 'app/cache/config'; $dataDirectory = 'app/config'; $loader = new \Mlo\FileLoader\FileLoader($cacheDirectory, $dataDirectory, [ new \Mlo\FileLoader\IniFileLoader(), new \Mlo\FileLoader\JsonFileLoader(), new \Mlo\FileLoader\YamlFileLoader(), ]); $config = $loader->load('database.yml');
Supported File Types
- YAML (.yml/.yaml)
- JSON (.json)
- INI (.ini)
统计信息
- 总下载量: 19.87k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-19