2017 © Pedro Peláez
 

library file

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

image

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

The README.md

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"
    }
}

The Versions

19/04 2015

dev-master

9999999-dev

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

  Sources   Download

The Requires

  • php >=5.5.0