cliprz / filesystem
A more options to handle your files and directories with PHP.
1.0.1
2014-01-09 08:34 UTC
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2025-02-25 07:52:33 UTC
README
A more options to handle your files and directories with PHP.
Download and install
This package written under PHP 5.4 or newer. its simple to install only Download it and use it.
Don't forget to include Cliprz\Filesystem\MimeTypes\MimeTypesGuesser
class before use Cliprz\Filesystem\Filesystem
class see :
include ('Path/To/Cliprz/Filesystem/MimeTypes/MimeTypesGuesser.php'); include ('Path/To/Cliprz/Filesystem/Filesystem.php'); use Cliprz\Filesystem\Filesystem as Filesystem; // Create instance $Filesystem = new Filesystem();
Or just let Composer do that for you, Call Cliprz\Filesystem from Composer
{ "require": { "php": ">=5.4", "cliprz/filesystem": "1.0.*" } }
How to use it
You can read Wiki , And you can test Cliprz\Filesystem from Tests directory require PHPUnit.
Author
Copyright and license
Part of Cliprz framework, Copyright 2013 Cliprz, under MIT License.