wikimedia/simplei18n

No frills internationalization engine

v1.0.1 2014-11-20 00:55 UTC

This package is auto-updated.

Last update: 2024-04-10 19:32:39 UTC


README

Build Status Latest Stable Version

Wikimedia Simplei18n

No frills internationalization engine for use with PHP projects.

Implementation based on code from MediaWiki and the Wikimania Scholarships application.

Installation

Wikimedia Simplei18n is available on Packagist (wikimedia/simplei18n) and is installable via Composer.

{
  "require": {
    "wikimedia/simplei18n": "dev-master"
  }
}

If you do not use Composer, you can get the source from GitHub and use any PSR-4 compatible autoloader.

$ git clone https://github.com/wikimedia/simplei18n.git

Run the tests

Test are automatically performed by Travis CI.

curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
phpunit