knyga/osd
Composer 安装命令:
composer require knyga/osd
包简介
Scans directory and returns the list of files in the right order
README 文档
README
Scans directory and returns the list of files in the right order
Example
Code:
<?php use Osd\Osd; $asIsfiles = Osd::scandir(__DIR__.'/Resources/case1/');
For more look tests.
Installation via Composer
-
Install Composer to your project root:
curl -sS https://getcomposer.org/installer | php -
Add a
composer.jsonfile to your project:{ "require": { "knyga/osd": "dev-master" } } -
Run the Composer installer:
php composer.phar install
License
Osd is licensed under the MIT license.
Oleksandr Knyga oleksandrknyga@gmail.com
统计信息
- 总下载量: 286
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-08