finwe / phpstan-intervention-image
PHPStan extension for Intervention/image
Installs: 937
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/finwe/phpstan-intervention-image
Requires
- php: ~7.0
- intervention/image: ^2.3.0
- phpstan/phpstan: ^0.8 || ^0.9
Requires (Dev)
- consistence/coding-standard: ~0.12.0
- phing/phing: ^2.16.0
- phpunit/phpunit: ^5.7
- slevomat/coding-standard: ^1.1.1
This package is auto-updated.
Last update: 2025-10-06 12:31:36 UTC
README
This extension provides following features:
- Provides definitions for magic
Intervention\Image\Image
methods
Usage
To use this extension, require it in Composer:
composer require --dev finwe/phpstan-intervention-image
And include extension.neon in your project's PHPStan config:
includes:
- vendor/finwe/phpstan-intervention-image/extension.neon