Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 504 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 504 Bytes

MoReader

Gettext *.mo files reader for PHP.

This package is compliant with PSR-0, 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

License

This library is released under MIT license.