mjohnson/uploader
最新稳定版本:4.6.1
Composer 安装命令:
composer require mjohnson/uploader
包简介
File uploader and validation plugin for CakePHP.
README 文档
README
A CakePHP plugin that will validate and upload files through the model layer. Provides support for image transformation and remote storage transportation.
Requirements
- PHP 5.3.3
- Fileinfo
- Multibyte
- Curl
- CakePHP 2
- Composer
Compatibility
- v2.x - CakePHP 1.3, PHP 5.2
- v3.x - CakePHP 2, PHP 5.2
- v4.x - CakePHP 2, PHP 5.3, Composer
Features
- Upload files automatically through Model::save() by using the AttachmentBehavior
- Validate files automatically through Model::save() by using the FileValidationBehavior
- Extensive list of validation rules: size, ext, type, height, width, etc
- Transform the uploaded image or create new images: crop, scale, rotate, flip, etc
- Automatic file deletion when a database record is deleted or updated
- Supports transporting files to remote storage systems like AWS
Documentation
Thorough documentation can be found here: http://milesj.me/code/cakephp/uploader
统计信息
- 总下载量: 81.25k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 200
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2012-10-26