knyga/osd

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

Installs: 286

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:application

dev-master 2014-12-09 09:10 UTC

This package is not auto-updated.

Last update: 2024-05-07 14:35:12 UTC


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