canteen / media
API for handling media, such as file uploads and image resizing
Installs: 233
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/canteen/media
Requires
- php: >=5.3.0
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.