PHPackages                             nicmart/getlocalization - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. nicmart/getlocalization

ActiveLibrary[Localization &amp; i18n](/categories/localization)

nicmart/getlocalization
=======================

A simple php client for GetLocalization

v0.1(13y ago)42751MITPHPPHP &gt;=5.3.3

Since Mar 5Pushed 13y ago1 watchersCompare

[ Source](https://github.com/nicmart/GetLocalization)[ Packagist](https://packagist.org/packages/nicmart/getlocalization)[ RSS](/packages/nicmart-getlocalization/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

GetLocalization
===============

[](#getlocalization)

GetLocalization is a simple php client for the [GetLocalization File Management api](http://www.getlocalization.com/library/api/get-localization-file-management-api/).

[![Build Status](https://camo.githubusercontent.com/658016b75bd1b3ffa089d7ae42470daf34976dbbf4155798b07dd7a72dd8e45e/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6e69636d6172742f46756e6374696f6e616c732e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/nicmart/GetLocalization)

Install
-------

[](#install)

The best way to install GetLocalization is [through composer](http://getcomposer.org).

Just create a composer.json file for your project:

```
{
    "require": {
        "nicmart/getlocalization": "dev-master"
    }
}
```

Then you can run these two commands to install it:

```
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install

```

or simply run `composer install` if you have have already [installed the composer globally](http://getcomposer.org/doc/00-intro.md#globally).

Then you can include the autoloader, and you will have access to the library classes:

```
