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: 21 688
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-13 12:13:22 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