vakata/intl

Translator class using MessageFormatter


Keywords
intl, vakata
License
MIT

Documentation

intl

Latest Version on Packagist Software License Build Status Code Climate Tests Coverage

A simple key-value storage class. used for configurations and extended in vakata/session.

Install

Via Composer

$ composer require vakata/intl

Usage

$intl = new \vakata\intl\Intl('de_DE');
$intl->fromFile('de_DE.json'); 
$intl->get('The date is {:date, date, medium}', [ 'date' => time() ]);

Read more in the API docs

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email github@vakata.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.