Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cvsolutions/simplegettext

Wrapper for php-gettext
https://github.com/cvsolutions/simplegettext

gettext mo-files php po-files

Last synced: about 2 months ago
JSON representation

Wrapper for php-gettext

Awesome Lists containing this project

README

        

# Simple Gettext

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](http://getcomposer.org "composer - package manager").

```sh
curl -s https://getcomposer.org/installer | php --
php composer.phar require cvsolutions/simple-gettext:1.0
```
If you have installed composer:
```sh
composer require cvsolutions/simple-gettext:1.0
```