There is no license information available for the latest version (dev-master) of this package.

Manage your files & routes in a easy-way with this package. :)

dev-master 2015-04-19 19:03 UTC

This package is not auto-updated.

Last update: 2024-05-15 07:29:22 UTC


README

Just some helpers for PHP Applications. :)

 

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

{
    "require": {
        "fershopls/file": "dev-master"
    }
}