Download the PHP package amitkhare/easy-translator without Composer
On this page you can find all versions of the php package amitkhare/easy-translator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download amitkhare/easy-translator
More information about amitkhare/easy-translator
Files in amitkhare/easy-translator
Download amitkhare/easy-translator
More information about amitkhare/easy-translator
Files in amitkhare/easy-translator
Vendor amitkhare
Package easy-translator
Short Description Easy Translator is an easy and simple PHP translation library
License MIT
Homepage http://github.com/amitkhare/easy-translator
Package easy-translator
Short Description Easy Translator is an easy and simple PHP translation library
License MIT
Homepage http://github.com/amitkhare/easy-translator
Please rate this library. Is it a good library?
Informations about the package easy-translator
amitkhare/easy-translator
Easy Translator is an easy to use PHP translation library
Install
Run this command from the directory in which you want to install.
Via Composer:
php composer.phar require amitkhare/easy-translator
Via Git:
git clone https://github.com/amitkhare/easy-translator.git
Manual Install:
Download: https://github.com/amitkhare/easy-translator/archive/master.zip
Extract it, require "PATH-TO/"."EasyTranslator.php" where you want to use it.
Minimal Usage:
Usage:
Available Methods:
> $t->setLocalePath("PATH/TO/LOCALES/DIRECTORY/");
> $t->setLocale("en-IN");
> $t->translate($keyString,$replacements,$locale);
Sample en-IN.lang file [[ JSON FORMAT ]]
All versions of easy-translator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package amitkhare/easy-translator contains the following files
Loading the files please wait ....