PHPackages                             neilime/zf2-translator-tools - 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. neilime/zf2-translator-tools

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

neilime/zf2-translator-tools
============================

Zend Framework 2 module for maintaining translations files

310.3k1PHP

Since Jul 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/neilime/zf2-translator-tools)[ Packagist](https://packagist.org/packages/neilime/zf2-translator-tools)[ RSS](/packages/neilime-zf2-translator-tools/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

TranslatorTools
===============

[](#translatortools)

**⚠️ This module is for Zend Framework 2, it is deprecated ⚠️**

[![Build Status](https://camo.githubusercontent.com/157d703397054c583e6473e221fe70ba499437791299e57aee0f3fc3523c18de/68747470733a2f2f7472617669732d63692e6f72672f6e65696c696d652f7a66322d7472616e736c61746f722d746f6f6c732e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/neilime/zf2-translator-tools)

Created by Neilime

Introduction
------------

[](#introduction)

**TranslatorTools** is an utility module for maintaining Zend Framework 2 translations files.

P.S. If You wish to help me with this project - You are welcome :)

Requirements
------------

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (latest master)

Installation
------------

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

2. Clone this project into your `./vendor/` directory.

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "require": {
        "neilime/zf2-translator-tools": "dev-master"
    }
    ```
2. Now tell composer to download TranslatorTools by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php`file.

    ```
