w3lifer / yii2-translator
Package info
github.com/w3roman/yii2-translator
Type:yii2-extension
pkg:composer/w3lifer/yii2-translator
1.0.2
2025-08-31 20:18 UTC
Requires
- w3lifer/php-helper: ^1.0
- w3lifer/php-response-interface: ^1.0
- w3lifer/yii2-i18n-js: ^1.0
- yiisoft/yii2: ^2.0
This package is auto-updated.
Last update: 2026-03-01 00:44:45 UTC
README
Installation
composer require w3lifer/yii2-translator
Usage
- Add this to your application configuration:
<?php return [ // ... 'modules' => [ // ... 'translator' => [ 'class' => 'w3lifer\yii2\translator\Module', 'email' => 'john.doe@example.com', ], // ... ], // ... ];
- Follow this link:
https://example.com/translator.