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.
$parser = new \MoReader\Reader();
$data = $reader->load('my-file.mo'); //data is an array with entries
This library is released under MIT license.