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. :)

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/fershopls/file

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

This package is not auto-updated.

Last update: 2025-12-10 14:42:58 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"
    }
}