jbboehr / phpstan-lost-in-translation
Helps find missing translation strings in Laravel applications
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:phpstan-extension
Requires
- php: ^8.1
- illuminate/support: ^9 || ^10 || ^11 || ^12
- nikic/php-parser: ^4.13 || ^5.3
- phpstan/phpstan: ^1.12 || ^2.0
- symfony/filesystem: ^6 || ^7
- symfony/finder: ^6 || ^7
Requires (Dev)
- composer-runtime-api: *
- larastan/larastan: ^2.11 || ^3.4
- laravel/framework: ^10
- orchestra/testbench: ^7.55 || ^8.36 || ^9.14 || ^10.3
- phpstan/phpstan-phpunit: ^1.4.2 || ^2.0.6
- phpstan/phpstan-strict-rules: ^1.6.2 || ^2.0.4
- phpunit/phpunit: ^9.6 || ^10.5 || ^11.5
- squizlabs/php_codesniffer: ^3.13
- tomasvotruba/bladestan: >=0.6
This package is auto-updated.
Last update: 2025-05-25 05:48:50 UTC
README
Installation
To use this extension, require it in Composer:
composer require --dev jbboehr/phpstan-lost-in-translation
If you also install phpstan/extension-installer then you're all set!
Manual installation
If you don't want to use phpstan/extension-installer
, include extension.neon
in your project's PHPStan config:
includes: - vendor/jbboehr/phpstan-lost-in-translation/extension.neon
References
This project is based on and inspired by coding-socks/lost-in-translation.
License
This project is licensed under the AGPL v3+ License - see the LICENSE.md file for details.