cliprz/filesystem
Composer 安装命令:
composer require cliprz/filesystem
包简介
A more options to handle your files and directories with PHP.
README 文档
README
A more options to handle your files and directories with PHP.
Download and install
This package written under PHP 5.4 or newer. its simple to install only Download it and use it.
Don't forget to include Cliprz\Filesystem\MimeTypes\MimeTypesGuesser class before use Cliprz\Filesystem\Filesystem class see :
include ('Path/To/Cliprz/Filesystem/MimeTypes/MimeTypesGuesser.php'); include ('Path/To/Cliprz/Filesystem/Filesystem.php'); use Cliprz\Filesystem\Filesystem as Filesystem; // Create instance $Filesystem = new Filesystem();
Or just let Composer do that for you, Call Cliprz\Filesystem from Composer
{
"require": {
"php": ">=5.4",
"cliprz/filesystem": "1.0.*"
}
}
How to use it
You can read Wiki , And you can test Cliprz\Filesystem from Tests directory require PHPUnit.
Author
Copyright and license
Part of Cliprz framework, Copyright 2013 Cliprz, under MIT License.
统计信息
- 总下载量: 33
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-01-08