Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Basic File Upload and Application Structure

Summary

This small application demonstrates some basic OO design patterns ultimatly culminating in a very simple file upload application which then manipulates the target image utilizing Imagick. The application utilizes an autoloader and design pattersn like, decorator, parameterbag, and borrows minimally from the MVC model of applicaiton structure. There could be many improvments but this was merely an example.