https://github.com/alaugks/imagemagick-php
This is a clone of the project Orbitale/ImageMagickPHP version v2.0.2 and with ImageMagick 6 and PHP 8 support added.
https://github.com/alaugks/imagemagick-php
command-line imagemagick imagemagick-wrapper imagemagick6 imagemagickphp php8
Last synced: 21 days ago
JSON representation
This is a clone of the project Orbitale/ImageMagickPHP version v2.0.2 and with ImageMagick 6 and PHP 8 support added.
- Host: GitHub
- URL: https://github.com/alaugks/imagemagick-php
- Owner: alaugks
- Archived: true
- Created: 2023-12-13T19:24:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T17:38:21.000Z (over 1 year ago)
- Last Synced: 2025-03-13T05:31:34.542Z (3 months ago)
- Topics: command-line, imagemagick, imagemagick-wrapper, imagemagick6, imagemagickphp, php8
- Language: PHP
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notice
This is a clone of the project [Orbitale/ImageMagickPHP](https://github.com/Orbitale/ImageMagickPHP) version [v2.0.2](https://github.com/Orbitale/ImageMagickPHP/tree/v2.0.2) and PHP 8 support added.
For compatibility reasons, this package uses the namespace `Orbitale\Component\ImageMagick` of the original package.
Only ImageMagick 6 support.
**v2.1.0**:
* Support PHP ^8
* Support symfony/process ^5.4|^6.4
* Update to PHPUnit 9.6```shell
composer require alaugks/imagemagick-php
```