Download the PHP package crysalead/dir without Composer
On this page you can find all versions of the php package crysalead/dir. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download crysalead/dir
More information about crysalead/dir
Files in crysalead/dir
Download crysalead/dir
More information about crysalead/dir
Files in crysalead/dir
Vendor crysalead
Package dir
Short Description Recursive directory scanner to locate directories and/or files in a file system
License MIT
Package dir
Short Description Recursive directory scanner to locate directories and/or files in a file system
License MIT
Please rate this library. Is it a good library?
Informations about the package dir
Dir - Directory Scanner
Dir is a small library which allows to perform some recursive operations on directories.
Dir::scan()
Gets all nested directories and/or files present inside a directory.
Dir::copy()
Copies a directory with files recursively into a destination folder.
Dir::remove()
Removes a directory and all its content recursively.
Dir::make()
Makes nested directories.
Dir::tempnam()
Creates a temporary folder (like the tempnam()
function but for directories).
All versions of dir with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package crysalead/dir contains the following files
Loading the files please wait ....