2017 © Pedro Peláez
 

application osd

Scans directory and returns the list of files in the right order

image

knyga/osd

Scans directory and returns the list of files in the right order

  • Tuesday, December 9, 2014
  • by knyga
  • Repository
  • 1 Watchers
  • 0 Stars
  • 244 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Osd

Scans directory and returns the list of files in the right order, (*1)

Example

Code:, (*2)

<?php

use Osd\Osd;

$asIsfiles = Osd::scandir(__DIR__.'/Resources/case1/');

For more look tests., (*3)

Installation via Composer

  • Install Composer to your project root:, (*4)

    curl -sS https://getcomposer.org/installer | php
    
  • Add a composer.json file to your project:, (*5)

    {
      "require": {
        "knyga/osd": "dev-master"
      }
    }
    
  • Run the Composer installer:, (*6)

    php composer.phar install
    

License

Osd is licensed under the MIT license., (*7)

Oleksandr Knyga oleksandrknyga@gmail.com, (*8)

The Versions

09/12 2014

dev-master

9999999-dev https://github.com/knyga/osd

Scans directory and returns the list of files in the right order

  Sources   Download

MIT

The Requires

  • php >= 5.4

 

The Development Requires

by Oleksandr Knyga

file directory dir scan knyga scandir