aavinseth / laravel-translate
Automatically translate your Laravel language files using Google Translate or DeepL
1.0
2026-06-09 04:42 UTC
Requires
- php: ^8.2
- ext-json: *
- illuminate/console: ^11.0 || ^12.0 || ^13.0
- illuminate/filesystem: ^11.0 || ^12.0 || ^13.0
- illuminate/support: ^11.0 || ^12.0 || ^13.0
- stichoza/google-translate-php: ^5.3
Requires (Dev)
- google/cloud-translate: ^1.18
- guzzlehttp/guzzle: ^7.8
- mockery/mockery: ^1.6
- orchestra/testbench: ^9.0 || ^10.0 || ^11.0
- php-http/discovery: ^1.19
- phpunit/phpunit: ^10.5 || ^11.0 || ^12.0 || ^13.0
- scn/deepl-api-connector: ^4.0
Suggests
- google/cloud-translate: Required to use the GoogleCloudTranslator with a simple API key (^1.18)
- php-http/discovery: Required by the DeeplTranslator to discover a PSR-18 HTTP client and PSR-17 factories
- scn/deepl-api-connector: Required to use the DeeplTranslator (^4.0)