smmoosavi / php-gettext-core
There is no license information available for the latest version (v1.0.11-patch1) of this package.
php-gettext by danilo segan. This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system.
v1.0.11-patch1
2015-10-27 19:27 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2026-03-04 17:57:12 UTC
README
php-gettext by danilo segan. This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system
How to Install
Using Composer
Create a composer.json file in your project root:
{
"require": {
"smmoosavi/php-gettext-core": "1.0.*"
}
}
Then run the following composer command:
$ php composer.phar install