Skip to content

cracksalad/imagick-ide-helper-for-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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