1- #CakePHP3-Proffer
1+ # CakePHP3-Proffer
22An upload plugin for CakePHP 3.
33
44![ Proffer definition] ( http://i.imgur.com/OaAqQ6x.png )
55
6- ##What is it?
6+ ## What is it?
77So I needed a way to upload images in [ CakePHP 3] ( http://github.com/cakephp/cakephp ) , and as I couldn't find anything
88that I liked I decided to write my own in a similar vein to how [ @josegonzalez ] ( https://github.com/josegonzalez ) had
99written his [ CakePHP-Upload] ( https://github.com/josegonzalez/cakephp-upload ) plugin for CakePHP 2.
1010
11- ##Requirements
11+ ## Requirements
1212* PHP 5.6+
1313* Database
1414* CakePHP 3
@@ -19,14 +19,14 @@ For more requirements, please check the `composer.json` file in the repository.
1919
2020This plugin implements the [ Intervention] ( http://image.intervention.io/ ) image library.
2121
22- ##Status
22+ ## Status
2323[ ![ Build Status] ( https://travis-ci.org/davidyell/CakePHP3-Proffer.svg?branch=master )] ( https://travis-ci.org/davidyell/CakePHP3-Proffer )
2424[ ![ Coverage Status] ( https://coveralls.io/repos/davidyell/CakePHP3-Proffer/badge.png )] ( https://coveralls.io/r/davidyell/CakePHP3-Proffer )
2525[ ![ Dependency Status] ( https://www.versioneye.com/user/projects/54eee43931e55e12f9000018/badge.svg?style=flat )] ( https://www.versioneye.com/user/projects/54eee43931e55e12f9000018 )
2626[ ![ Latest Stable Version] ( https://poser.pugx.org/davidyell/proffer/v/stable.svg )] ( https://packagist.org/packages/davidyell/proffer ) [ ![ Total Downloads] ( https://poser.pugx.org/davidyell/proffer/downloads.svg )] ( https://packagist.org/packages/davidyell/proffer ) [ ![ Latest Unstable Version] ( https://poser.pugx.org/davidyell/proffer/v/unstable.svg )] ( https://packagist.org/packages/davidyell/proffer ) [ ![ License] ( https://poser.pugx.org/davidyell/proffer/license.svg )] ( https://packagist.org/packages/davidyell/proffer )
2727[ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/65daa950-3128-44ef-b388-d4370efd853c/mini.png )] ( https://insight.sensiolabs.com/projects/65daa950-3128-44ef-b388-d4370efd853c )
2828
29- ##Documentation
29+ ## Documentation
3030All the documentation can be found in the [ docs] ( docs ) folder.
3131* [ Installation] ( docs/installation.md )
3232* [ Configuration] ( docs/configuration.md )
@@ -37,12 +37,12 @@ All the documentation can be found in the [docs](docs) folder.
3737* [ FAQ] ( docs/faq.md )
3838* [ Upgrading] ( docs/upgrading.md )
3939
40- ##Contribution
40+ ## Contribution
4141Please open a pull request or submit an issue if there is anything you would like to contribute. Please write a test for
4242any new functionality that you add and be sure to run the tests before you commit. Also don't forget to run PHPCS with
4343the PSR2 standard to avoid errors in TravisCI.
4444
4545:warning : Please target all new PRs at the ` develop ` branch.
4646
47- ##License
47+ ## License
4848Please see [ LICENSE] ( LICENSE )
0 commit comments