mx-utils / imageresizer
A simple image resizing library for PHP
0.2.3
2026-01-18 19:07 UTC
Requires
- php: >=8.2
- ext-curl: *
- ext-fileinfo: *
- ext-gd: *
- ext-iconv: *
- ext-intl: *
- ext-json: *
- ext-mbstring: *
README
Features
- Easy to use
- Setting the number of files to process
- Setting compression quality
- Limiting the size of the file being processed
License
This software is distributed under the MIT license. Please read LICENSE for information on the software availability and distribution.
Installation & loading
ImageResizer is available on Packagist (using semantic versioning), and installation via Composer is the recommended way to install ImageResizer. Just add this line to your composer.json file:
"mx-utils/imageresizer": "^0.2.3"
or run
composer require mx-utils/imageresizer
Note that the vendor folder and the vendor/autoload.php script are generated by Composer; they are not part of ImageResizer.