library file
Manage your files & routes in a easy-way with this package. :)
fershopls/file
Manage your files & routes in a easy-way with this package. :)
- Sunday, April 19, 2015
- by fershopls
- Repository
- 1 Watchers
- 0 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
File
Just some helpers for PHP Applications. :), (*1)
, (*2)
Usage
$file = new FileManager (__DIR__);
if ($file->exists("/readme.md"))
$file->load("/readme.md");
else $file->write("/readme.md", "Made with love :)");
Installation
Composer JSON File, (*3)
{
"require": {
"fershopls/file": "dev-master"
}
}
dev-master
9999999-dev
Manage your files & routes in a easy-way with this package. :)
Sources
Download
The Requires