cvsolutions/simple-gettext

Wrapper for php-gettext

Maintainers

Package info

github.com/cvsolutions/SimpleGettext

pkg:composer/cvsolutions/simple-gettext

Statistics

Installs: 34

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0 2018-07-13 08:05 UTC

This package is not auto-updated.

Last update: 2026-03-22 19:44:39 UTC


README

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.

Installation

Using Composer (recommended) composer.

curl -s https://getcomposer.org/installer | php --
php composer.phar require cvsolutions/simple-gettext:1.0

If you have installed composer:

composer require cvsolutions/simple-gettext:1.0