2017 © Pedro Peláez
 

symfony-bundle text-bundle

I18n text manager on Symfony2

image

tadcka/text-bundle

I18n text manager on Symfony2

  • Wednesday, October 1, 2014
  • by Tadcka
  • Repository
  • 1 Watchers
  • 0 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

TextBundle

Scrutinizer Quality Score, (*1)

Localized texts manager., (*2)

Installation

Step 1: Download TadckaTextBundle using composer

Add TadckaTextBundle in your composer.json:, (*3)

{
    "require": {
        "tadcka/text-bundle": "dev-master"
    }
}

Now tell composer to download the bundle by running the command:, (*4)

``` bash $ php composer.phar update tadcka/text-bundle, (*5)


### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Tadcka\TextBundle\TadckaTextBundle(), ); }

License

This bundle is under the MIT license. See the complete license in the bundle:, (*6)

Code License: Resources/meta/LICENSE, (*7)

The Versions

01/10 2014

dev-master

9999999-dev https://github.com/tadcka/TextBundle

I18n text manager on Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tadas Gliaubicas

text i18n text i18n text bundle

01/10 2014