php-collective / file-storage-image-processor
File Storage Image Processor
Installs: 1 783
Dependents: 2
Suggesters: 2
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 3
Requires
- php: >=8.1
- ext-json: *
- intervention/image: ^2.5
- spatie/image-optimizer: ^1.2
Requires (Dev)
- instituteweb/composer-scripts: ^1.1
- php-collective/code-sniffer: ^0.2.1
- php-collective/file-storage: dev-master as 1.0
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.3
This package is auto-updated.
Last update: 2024-10-27 19:29:58 UTC
README
Image Processing for the File Storage Library.
Features
- Manipulates images and produces variants of the original image and stores them.
- Optimizes image size
Installation
composer require php-collective/file-storage-image-processor
Documentation
Please start by reading docs/ in this repository.