mark-gerarts/phpstan-automapper-plus
PHPStan extension for AutoMapper+ that suppresses false “map() invoked with 3 parameters” errors while MapperInterface lacks the optional $context parameter (added post-1.0, formal in 2.0). Install via extension-installer or include phpstan.neon.
The package is a Laravel/PHP-specific solution, making it a strong fit for applications built on the Laravel framework. Its initial release (0.1.0) suggests foundational functionality, likely addressing a niche problem (e.g., authentication, API integration, or domain-specific logic). The TPM should evaluate whether the package aligns with:
At this stage, integration is low-risk but untested due to the initial release status. Key considerations:
bcmath, openssl). Verify compatibility with the project’s composer.json and PHP version (e.g., 8.0+).composer.json and issue trackers.)AppServiceProvider).composer.json in a dev environment:
composer require vendor/package --dev
composer update and test for dependency conflicts.composer.json for supported Laravel ranges (e.g., ^9.0|^10.0).pdo_mysql, gd) and ensure they’re enabled.php artisan package:publish (if applicable) to customize config.config:clear).composer audit) and ensure the package follows Laravel’s security best practices.How can I help you explore Laravel packages today?