maxakawizard/mo-reader

Gettext *.mo reader for PHP

0.3.1 2018-06-19 13:55 UTC

This package is auto-updated.

Last update: 2024-03-29 02:31:09 UTC


README

Build Status Scrutinizer Code Quality Code Climate Coverage Status SensioLabs Insight

GitHub tag Packagist Packagist

Minimum PHP Version License

Gettext *.mo files reader for PHP.

This package is compliant with PSR-4, PSR-1, and PSR-2. If you notice compliance oversights, please send a patch via pull request.

Usage

$parser = new \MoReader\Reader();
$data = $reader->load('my-file.mo'); //data is an array with entries

Running tests

./vendor/bin/phpunit

License

This library is released under MIT license.