PHPackages                             c975l/xliff-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. [Templating &amp; Views](/categories/templating)
4. /
5. c975l/xliff-bundle

AbandonedArchivedSymfony-bundle[Templating &amp; Views](/categories/templating)

c975l/xliff-bundle
==================

This bundle exports the content of a database table in xlf files

v3.0(2y ago)2202MITPHPPHP &gt;=8.0

Since Mar 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/975L/XliffBundle)[ Packagist](https://packagist.org/packages/c975l/xliff-bundle)[ Docs](https://github.com/975L/XliffBundle)[ Fund](https://buymeacoff.ee/laurentmarquet)[ Fund](https://opencollective.com/laurent-marquet)[ RSS](/packages/c975l-xliff-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (11)Versions (52)Used By (0)

XliffBundle
===========

[](#xliffbundle)

XliffBundle does the following:

- exports xlf files from a database, where columns are languages, to be used as translation files in Symfony (or other).

[XliffBundle dedicated web page](https://975l.com/en/pages/xliff-bundle).

[XliffBundle API documentation](https://975l.com/apidoc/c975L/XliffBundle.html).

Bundle installation
-------------------

[](#bundle-installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Use [Composer](https://getcomposer.org) to install the library

```
    composer require-dev c975l/xliff-bundle
```

We strongly recommend to **use this only on the dev part**

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
