Skip to content

No frills internationalization engine for use with PHP projects.

License

Notifications You must be signed in to change notification settings

wikimedia/simplei18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No frills internationalization engine for use with PHP projects.

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages