ashanet/proffer

An upload plugin for CakePHP 3

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 65

Type:cakephp-plugin

2.0.0-alpha1 2020-01-30 16:33 UTC

README

An upload plugin for CakePHP 3. Looking for CakePHP 4? Check out the cake-4 branch.

Proffer definition

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

For more requirements, please check the composer.json file in the repository.

This plugin implements the Intervention image library.

Status

Build Status Coverage Status Dependency Status Latest Stable Version Total Downloads Latest Unstable Version License SensioLabsInsight

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.

⚠️ Please target all new PRs at the develop branch.

License

Please see LICENSE