Download the PHP package jjanvier/crowdin-bundle without Composer
On this page you can find all versions of the php package jjanvier/crowdin-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jjanvier/crowdin-bundle
More information about jjanvier/crowdin-bundle
Files in jjanvier/crowdin-bundle
Package crowdin-bundle
Short Description Manage Crowdin translations via Symfony2 commands.
License MIT
Homepage https://github.com/jjanvier/CrowdinBundle
Informations about the package crowdin-bundle
CrowdinBundle
Manage your Crowdin translations via Symfony2 commands thanks to the akeneo/crowdin-api library.
This package is not maintained anymore!
Please use akeneo/nelson instead, which is up-to-date, maintained and contains more features.
Installation
We assume you're familiar with Composer, 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.
Otherwise you have to download .phar file.
Adding required bundles to the kernel
You need to enable the bundle inside the symfony kernel.
Configuration
Add the following configuration to your config.yml
:
Add the following keys to your parameters.yml
:
Existing commands
crowdin:api:add-directory
adds a directory to the Crowdin project.crowdin:api:delete-directory
deletes a Crowdin project directory. All nested files and directories will be deleted too.crowdin:api:download
downloads last package from Crowdin.crowdin:api:export
builds a zip archive with latest Crowdin translations. Can be invoked only once every 30 minutes.crowdin:api:add-file
adds a new file to the Crowdin project.crowdin:api:update-file
updates an existing file in the Crowdin project.crowdin:api:delete-file
deletes a file from the Crowdin project. All the translations will be lost without ability to restore them.crowdin:api:status
gets Crowdin project progress by language.crowdin:api:upload
uploads latest version of your localization files to Crowdin.crowdin:extract
retrieves translations of your project and extract them.
All versions of crowdin-bundle with dependencies
symfony/framework-bundle Version ~2.2
jjanvier/crowdin-lib Version *@dev
akeneo/crowdin-api Version *@dev
knplabs/github-api Version *@dev