maxakawizard / mo-reader
Gettext *.mo reader for PHP
Installs: 3 284
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 2
Open Issues: 1
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ~4.8
- satooshi/php-coveralls: ~1.0
This package is auto-updated.
Last update: 2024-10-29 03:53:26 UTC
README
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.