#Canteen Media
A library for handling form uploads. Optional library for the Canteen Framework and does not require additional Canteen dependencies.
For documentation of the codebase, please see Canteen Media docs.
##Requirements
This library requires a webserver running PHP 5.3+. Also, the root namespace for the library is Canteen\Media
.
##Installation
Install is available using Composer.
composer require canteen/media dev-master
Including using the Composer autoloader.
require 'vendor/autoload.php';
##License##
Copyright (c) 2013 Matt Karl
Released under the MIT License.