naturalweb/filestorage

dev-master 2015-11-10 12:28 UTC

This package is not auto-updated.

Last update: 2020-01-06 03:19:22 UTC


README

Requirements:

  • PHP 5.3+

Installation

In the require key of composer.json file add the following

"naturalweb/filestorage": "0.1"

Run the Composer update comand

$ composer update

Usage

$filestorage->save($name, $source, $folder, $override = false);