mavik / image
PHP Library for Image processing and creating thumbnails
dev-master
2026-03-23 20:23 UTC
Requires
- php: >=7.2.0
Requires (Dev)
- phpunit/phpunit: 8.5.14
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:
gmagickandimagickPHP extensions are installed/present on the system.- These extensions are disabled in your
php.ini(not loaded by default). The test suite loads them dynamically usingdl()and runs them in separate processes to avoid conflicts.
To run tests:
./vendor/bin/phpunit