mavik/image

PHP Library for Image processing and creating thumbnails

Maintainers

Package info

github.com/mavik/Image

pkg:composer/mavik/image

Statistics

Installs: 22

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2026-03-23 20:23 UTC

This package is not auto-updated.

Last update: 2026-04-20 05:33:50 UTC


README

PHP Library for Image processing and creating thumbnails

Under construction.

Tests

Some tests require GraphicsMagick to be installed on your system.

To run all tests including Gmagick and Imagick libraries, ensure that:

  1. gmagick and imagick PHP extensions are installed/present on the system.
  2. These extensions are disabled in your php.ini (not loaded by default). The test suite loads them dynamically using dl() and runs them in separate processes to avoid conflicts.

To run tests:

./vendor/bin/phpunit