canteen/media

This package is abandoned and no longer maintained. No replacement package was suggested.

API for handling media, such as file uploads and image resizing

1.0.1 2013-10-12 00:00 UTC

This package is not auto-updated.

Last update: 2020-01-20 03:17:44 UTC


README

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