2017 © Pedro Peláez
 

library simplei18n

No frills internationalization engine

image

wikimedia/simplei18n

No frills internationalization engine

  • Thursday, February 4, 2016
  • by bd808
  • Repository
  • 15 Watchers
  • 2 Stars
  • 2,731 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

Build Status Latest Stable Version, (*1)

Wikimedia Simplei18n

No frills internationalization engine for use with PHP projects., (*2)

Implementation based on code from MediaWiki and the Wikimania Scholarships application., (*3)

Installation

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

{
  "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., (*5)

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

Run the tests

Test are automatically performed by Travis CI., (*6)

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

The Versions

04/02 2016

dev-master

9999999-dev https://github.com/wikimedia/simplei18n

No frills internationalization engine

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

i18n internationalization localization l10n

20/11 2014

v1.0.1

1.0.1.0 https://github.com/wikimedia/simplei18n

No frills internationalization engine

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

i18n internationalization localization l10n

29/09 2014

v1.0.0

1.0.0.0 https://github.com/bd808/wikimedia-simplei18n

No frills internationalization engine

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

i18n internationalization localization l10n