Skip to content

A more options to handle your files and directories with PHP.

License

Notifications You must be signed in to change notification settings

Cliprz/Filesystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cliprz\Filesystem

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.

About

A more options to handle your files and directories with PHP.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages