zakirullin / laminas-psalm-plugin
ServiceManager configuration analysis tool
dev-master / 1.0.x-dev
2021-01-17 19:52 UTC
Requires
- php: ^7.3|^8
- zakirullin/mess: ^0.8
Requires (Dev)
- laminas/laminas-coding-standard: ~1.0
- phpunit/phpunit: ^7.5 || ^8.1
- squizlabs/php_codesniffer: ^2.7
- vimeo/psalm: ^4.3
This package is auto-updated.
Last update: 2021-01-17 19:52:30 UTC
README
[WIP]
The overall workflow around servicemanager
is quite error prone, especially if one doesn't favor the AoT
.
Defects analyzed
- Circular dependency
- Cyclic alias
- Missing factory
- Factory autoload failure
- Unresolvable service/scalar
- Scalar type/name mismatch
- Many other scenarios of misconfiguration
Installation
Run the following to install this library:
$ composer require --dev laminas/laminas-psalm-plugin
Documentation
Browse the documentation online at https://docs.laminas.dev/laminas-servicemanager/