Skip to content

youthweb/MoReader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.