Download the PHP package languara/symfony without Composer
On this page you can find all versions of the php package languara/symfony. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download languara/symfony
More information about languara/symfony
Files in languara/symfony
Download languara/symfony
More information about languara/symfony
Files in languara/symfony
Vendor languara
Package symfony
Short Description Languara localization plugin for Symfony 2.x. Easily upload, translate, and synchronize your language content using Languara's Cloud Based Translation Management Platform.
License MIT
Homepage https://languara.com/localization/symfony
Package symfony
Short Description Languara localization plugin for Symfony 2.x. Easily upload, translate, and synchronize your language content using Languara's Cloud Based Translation Management Platform.
License MIT
Homepage https://languara.com/localization/symfony
Please rate this library. Is it a good library?
Informations about the package symfony
Languara Plugin for Symfony 2.x
Install
Add Languara plugin information to your composer.json file:
"require": {
"languara/symfony": "1.0.*@dev"
}
Use composer to install this package.
$ composer update
Register the package
Add the package to the autoload array in app/AppKernel.php:
public function registerBundles()
{
$bundles = array(
// .....
new Languara\SymfonyBundle\LanguaraSymfonyBundle(),
)
}
Configure the Package
.....Usage
Execute this command to see a list of available commands in your commandline:
$ php app/console
--------------------
Or you can check the commands and their usage here:
$ php app/console languara:translate [options]
to translate the texts you already have in your lang directory. You can also select the type of translation you want to perform, Machine or Human. It's set to machine by default.
$ php app/console languara:pull
to download your content from Languara to your app.
$ php app/console languara:push
to upload your content from your app to Languara.
$ php app/console languara:register
to register a new user on languara.com
Troubleshooting
Some version of the Symfony framework come with the "platform" field set to php version 5.3.9. This plugin requires php version >=5.5, so in your composer.json file find this code:
"config": {
"bin-dir": "bin",
"platform": {
"php": "5.3.9"
}
},
and just remove the "platform" property and it's value from the composer.jsonAll versions of symfony with dependencies
PHP Build Version
Package Version
The package languara/symfony contains the following files
Loading the files please wait ....