2017 © Pedro Peláez
 

symfony-bundle object-translation-bundle

Symfony ObjectTranslationBundle

image

skippy565/object-translation-bundle

Symfony ObjectTranslationBundle

  • Wednesday, June 20, 2018
  • by Skippy565
  • Repository
  • 3 Watchers
  • 2 Stars
  • 3,447 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 10 % Grown

The README.md

Installation

Step 1: Download the Bundle

Add the following to your project's composer.json file:, (*1)

    "repositories": [
        {
            "type": "vcs",
            "url": "git@github.com:Skippy565/ObjectTranslationBundle.git"
        }
    ]

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*2)

    $ composer require skippy565/object-translation-bundle:1.0.*

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*3)

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:, (*4)

    <?php
    // app/AppKernel.php

    // ...
    class AppKernel extends Kernel
    {
        public function registerBundles()
        {
            $bundles = array(
                // ...

                new Skippy565\ObjectTranslationBundle(),
            );

            // ...
        }

        // ...
    }

The Versions

20/06 2018

dev-master

9999999-dev

Symfony ObjectTranslationBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

20/06 2018

v1.0.3

1.0.3.0

Symfony ObjectTranslationBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

16/10 2017

v1.0.2

1.0.2.0

Symfony ObjectTranslationBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

16/10 2017

dev-develop

dev-develop

Symfony ObjectTranslationBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

12/09 2016

v1.0.1

1.0.1.0

Symfony ObjectTranslationBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

12/09 2016

v1.0.0

1.0.0.0

Symfony ObjectTranslationBundle

  Sources   Download

MIT

The Requires

 

The Development Requires