mx-utils/imageresizer

A simple image resizing library for PHP

Maintainers

Package info

github.com/mxaleev/imageresizer

Homepage

pkg:composer/mx-utils/imageresizer

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

0.2.3 2026-01-18 19:07 UTC

This package is auto-updated.

Last update: 2026-03-18 19:28:08 UTC


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.