Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 767 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 767 Bytes

Imagick IDE helper

This package contains IDE help files for PECL Imagick extension. It may be used for autocomplete in your IDE and type checking.

This package is up to date with PECL Imagick extension version 3.7 and uses types compatible with PHP 8.0+. Additionally it uses type annotations based on Psalm.

This package is for you, if you do not want to install ImageMagick and the PECL Imagick extension in your development environment, but you do not want to abstain from type checking and IDE autocomplete.

Installation

You should not use this package in production. Thereby add the --dev flag when requiring.

composer require --dev cracksalad/imagick-ide-helper