Download the PHP package yurijbogdanov/remote-translations-bundle without Composer
On this page you can find all versions of the php package yurijbogdanov/remote-translations-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yurijbogdanov/remote-translations-bundle
More information about yurijbogdanov/remote-translations-bundle
Files in yurijbogdanov/remote-translations-bundle
Download yurijbogdanov/remote-translations-bundle
More information about yurijbogdanov/remote-translations-bundle
Files in yurijbogdanov/remote-translations-bundle
Vendor yurijbogdanov
Package remote-translations-bundle
Short Description YBRemoteTranslationsBundle - Symfony bundle for using translations stored remotely (API, AWS S3, Google Sheets, PDO).
License MIT
Homepage https://github.com/yurijbogdanov/symfony-remote-translations-bundle
Package remote-translations-bundle
Short Description YBRemoteTranslationsBundle - Symfony bundle for using translations stored remotely (API, AWS S3, Google Sheets, PDO).
License MIT
Homepage https://github.com/yurijbogdanov/symfony-remote-translations-bundle
Please rate this library. Is it a good library?
Informations about the package remote-translations-bundle
Symfony bundle for using translations stored remotely (API, AWS S3, Google Sheets, PDO)
Installation
The YBRemoteTranslationsBundle can be installed:
-
via Terminal by executing command:
- via Composer by requiring the
yurijbogdanov/remote-translations-bundle
package in your project'scomposer.json
:
and adding an instance of YB\Bundle\RemoteTranslationsBundle\YBRemoteTranslationsBundle
to your application's kernel:
Configuration
Minimum configurations config.yml
with only required options:
Full configurations config.yml
:
Usage
Create empty files in your Resources/translations/ folder using format %domain%.%locale%.%loader%:
- for using API create new file with extension
.api
(e.g. messages.en.api) - for using AWS S3 create new file with extension
.awss3
(e.g. messages.en.awss3) - for using Google Sheets create new file with extension
.googlesheets
(e.g. messages.en.googlesheets) - for using PDO create new file with extension
.pdo
(e.g. messages.en.pdo)
ApiLoader
Dependencies:
AwsS3Loader
Dependencies:
GoogleSheetsLoader
Dependencies:
PdoLoader
Dependencies:
MySQL
PostgreSQL
All versions of remote-translations-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
aws/aws-sdk-php Version ^3.28
google/apiclient Version ^2.1
guzzlehttp/guzzle Version ^6.3
aws/aws-sdk-php Version ^3.28
google/apiclient Version ^2.1
guzzlehttp/guzzle Version ^6.3
The package yurijbogdanov/remote-translations-bundle contains the following files
Loading the files please wait ....