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
Requires
- php: >= 5.4
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2024-12-31 18:01:29 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