matthewbdaly / psalm-plugin-zendframework1
Psalm plugin for Zend Framework 1
Installs: 61
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:psalm-plugin
Requires
- php: <7.2
- vimeo/psalm: ^4.3
Requires (Dev)
- phpunit/phpunit: ^7.1
- squizlabs/php_codesniffer: ^3.3
- zendframework/zendframework1: ^1.12
README
Psalm plugin for Zend Framework 1
Quickstart
Please refer to the full Psalm documentation for a more detailed guide on introducing Psalm into your project.
First, start by installing Psalm if you have not done so already:
composer require --dev vimeo/psalm ./vendor/bin/psalm --init
Next, install this package and enable the plugin
composer require --dev matthewbdaly/psalm-plugin-zendframework1
./vendor/bin/psalm-plugin enable matthewbdaly/psalm-plugin-zendframework1
Finally, run Psalm to analyze your codebase
./vendor/bin/psalm