#CakePHP3-Proffer An upload plugin for CakePHP 3.
##What is it? So I needed a way to upload images in CakePHP 3, and as I couldn't find anything that I liked I decided to write my own in a similar vein to how @josegonzalez had written his CakePHP-Upload plugin for CakePHP 2.
##Requirements
- PHP 5.4.16+
- Database
- CakePHP 3
- Composer
- File Info is enabled for mimetype validation
##Status This is currently in beta, the api is stable and the plugin is functionally complete.
##Documentation All the documentation can be found in the docs folder.
##Contribution Please open a pull request or submit an issue if there is anything you would like to contribute. Please write a test for any new functionality that you add and be sure to run the tests before you commit. Also don't forget to run PHPCS with the PSR2 standard to avoid errors in TravisCI.
develop
branch.
##License Please see LICENSE