Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.95 KB

File metadata and controls

32 lines (25 loc) · 1.95 KB

MoReader

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.