breithbarbot / cropper-bundle
Simple cropping tool for Symfony
Installs: 1 068
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 3
Open Issues: 4
Language:JavaScript
Type:symfony-bundle
Requires
- php: ^7.4
- symfony/asset: ^4.4 || ^5.0
- symfony/config: ^4.4 || ^5.0
- symfony/dependency-injection: ^4.4 || ^5.0
- symfony/form: ^4.4 || ^5.0
- symfony/http-kernel: ^4.4 || ^5.0
- symfony/routing: ^4.4 || ^5.0
- symfony/translation: ^4.4 || ^5.0
- symfony/twig-bundle: ^4.4 || ^5.0
Requires (Dev)
Suggests
- sensio/framework-extra-bundle: For use routes as annotations (The example files are based on annotations)
- symfony/security-core: It provides all the common security features (The example files are based on symfony/security-core)
This package is auto-updated.
Last update: 2023-02-27 10:50:08 UTC
README
Simple cropping tool for Symfony
⚠️ breithbarbot/cropper-bundle is abandoned and no longer maintained. I suggests using the symfony/ux-cropperjs package instead.
Bundle based on the javascript plugin Cropper.js adapted for use under Symfony
Documentation
For the installation and procedure, see : Documentation
Versions
3.0.0 - Compatibility with Symfony 4.4 / 5.0, Documentation improvement, Example files setup, ...
2.0.0 - Complete recasting of the code and simplification
1.1.0 - Update library, add translation, improve script, new field, ...
1.0.0 - Start of the project ! 🎉🎊
Releases
Coming soon...
- Improve JS script (Fully ES6?)
- Add unit tests (Don't hesitate to create a PR/MR)
- Add demonstration page