anacona16 / imagecrop-bundle
Image Crop for Symfony applications
Installs: 265
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 1
Forks: 4
Open Issues: 5
Type:symfony-bundle
Requires
- php: >=5.3.0
- liip/imagine-bundle: ^1.0
- symfony/filesystem: ^2.3|^3.0
- symfony/finder: ^2.3|^3.0
- symfony/framework-bundle: ^2.3|^3.0
- symfony/templating: ^2.3|^3.0
- vich/uploader-bundle: ^1.0
README
This project is not maintained any more, please use this solution instead https://ux.symfony.com/cropperjs
ImageCrop
ImageCrop lets you crop images in Symfony applications, this bundle add a new form file field extension.
This bundle don't have an upload utility.
This is the second version of the bundle, this bundle change drastically, it have a new dependecy: VichUploaderBUndle and improve the process to crop the images
Features
- Easy use, just add a new parameter to your form class.
- Allow scaling images
- Allow crop already uploaded images
Requirements
- Symfony 2.8+ applications (Silex not supported).
- LiipImagineBundle.
- VichUploaderBundle.
Documentation
License
This bundle is published under the MIT License