Download the PHP package php-translation/cli without Composer
On this page you can find all versions of the php package php-translation/cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package cli
CLI support for translation
CLI support for translation. It allows you use the TranslationBundle without installing it in your application. You can use the WebUI and sync translations with remote storages.
Use
To use the CLI you need to fetch the binary and add your configuration file.
Example configuration is the same as for the TranslationBundle.
Note: "%translation.project_root%" will be your
cwd()
from where you execute the command.
You may now run the same commands as you do with the TranslationBundle but without the "translation:" prefix
- download
- extract
- sync
- etc
You may also run PHP's web server with the WebUI with:
Build
To build a phar make sure you have Box project installed and
phar.readonly = 0
in your php.ini.
Read more at: https://moquet.net/blog/distributing-php-cli/
All versions of cli with dependencies
doctrine/collections Version dev-psr4 as v1.99.0
doctrine/lexer Version dev-psr4 as v1.0.2
guzzlehttp/psr7 Version ^1.4
padraic/phar-updater Version ^1.0
php-http/discovery Version dev-all-psr4 as 1.7
php-http/curl-client Version ^1.7
php-http/message Version ^1.6
php-http/httplug-bundle Version ^1.7
php-translation/flysystem-adapter Version ^0.2.0
php-translation/loco-adapter Version ^0.4
php-translation/phraseapp-adapter Version ^0.2
php-translation/symfony-bundle Version ^0.4
sensio/framework-extra-bundle Version ^3.0
symfony/asset Version ^3.3
symfony/console Version 3.3.*
symfony/form Version ^3.3
symfony/framework-bundle Version 3.3.*
symfony/polyfill-apcu Version ^1.0
symfony/templating Version ^3.3
symfony/twig-bundle Version 3.3.*
symfony/web-server-bundle Version 3.3.*
twig/twig Version 2.3.*