davidyell / proffer
An upload plugin for CakePHP 3
Installs: 97 279
Dependents: 4
Suggesters: 0
Security: 0
Stars: 122
Watchers: 22
Forks: 65
Open Issues: 18
Type:cakephp-plugin
Requires
- php: >=7.2
- cakephp/orm: ~4.0
- intervention/image: ^2.5
Requires (Dev)
- cakephp/cakephp: ~4.0
- cakephp/cakephp-codesniffer: ~4.0
- phpunit/phpunit: ^8.5
README
I'm very sorry, but I have not worked on this project for a long time and so I have chosen to archive it. The CakePHP 4 version of the plugin never got to a release stage.
I would recommend checking out https://github.com/FriendsOfCake/cakephp-upload which provides similar functionality, except the image manipulation, and is activly maintained.
Thanks to everyone who contributed!
CakePHP3-Proffer
An upload plugin for CakePHP 3. Looking for CakePHP 4? Check out the cake-4
branch.
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.6+
- Database
- CakePHP 3
- Composer
- File Info is enabled for mimetype validation
For more requirements, please check the composer.json
file in the repository.
This plugin implements the Intervention image library.
Status
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