PHPackages                             jjanvier/crowdin-bundle - 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. jjanvier/crowdin-bundle

Abandoned → [akeneo/nelson](/?search=akeneo%2Fnelson)Symfony-bundle[Localization &amp; i18n](/categories/localization)

jjanvier/crowdin-bundle
=======================

Manage Crowdin translations via Symfony2 commands.

0.2.0(11y ago)82.9k7[2 issues](https://github.com/jjanvier/CrowdinBundle/issues)[4 PRs](https://github.com/jjanvier/CrowdinBundle/pulls)MITPHPPHP &gt;=5.3.3

Since Jun 20Pushed 9y ago2 watchersCompare

[ Source](https://github.com/jjanvier/CrowdinBundle)[ Packagist](https://packagist.org/packages/jjanvier/crowdin-bundle)[ Docs](https://github.com/jjanvier/CrowdinBundle)[ RSS](/packages/jjanvier-crowdin-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

CrowdinBundle
=============

[](#crowdinbundle)

Manage your Crowdin translations via Symfony2 commands thanks to the [akeneo/crowdin-api](https://github.com/akeneo/php-crowdin-api) library.

This package is not maintained anymore!
---------------------------------------

[](#this-package-is-not-maintained-anymore)

Please use [akeneo/nelson](https://github.com/akeneo/nelson) instead, which is up-to-date, maintained and contains more features.

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

[](#installation)

We assume you're familiar with [Composer](http://packagist.org), a dependency manager for PHP. Use following command to add the bundle to your `composer.json` and download package.

If you have [Composer installed globally](http://getcomposer.org/doc/00-intro.md#globally).

```
    $ composer require "jjanvier/crowdin-bundle":"*@dev"
```

Otherwise you have to download .phar file.

```
    $ curl -sS https://getcomposer.org/installer | php
    $ php composer.phar require "jjanvier/crowdin-bundle":"*@dev"
```

Adding required bundles to the kernel
-------------------------------------

[](#adding-required-bundles-to-the-kernel)

You need to enable the bundle inside the symfony kernel.

```
