knyga/osd 问题修复 & 功能扩展

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

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

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.json file 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

GitHub 信息

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

其他信息

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