Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 718 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 718 Bytes

#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.