smmoosavi / php-gettext-core
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.
Installs: 23 438
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 1
pkg:composer/smmoosavi/php-gettext-core
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-10-01 16:07:03 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