knyga / osd
Scans directory and returns the list of files in the right order
dev-master
2014-12-09 09:10 UTC
Requires
- php: >= 5.4
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2026-03-10 23:29:17 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.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