Package Data | |
---|---|
Maintainer Username: | brunojk |
Maintainer Contact: | brunojorgek@gmail.com (Bruno Jorge Kosloski) |
Package Create Date: | 2017-03-23 |
Package Last Update: | 2017-04-12 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-11 15:00:21 |
Package Statistics | |
---|---|
Total Downloads: | 248 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Redis Translator for new pattern keys:
// pattern origin.locale.context.key`
$fullkey = 'app.en.default.hello_world';
// usage (normal like laravel/lumen(with helper) default)
$translated = trans($fullkey);