2017 © Pedro Peláez
 

library simple-array-bundle

Symfony 2 bundle for simple tags management, based on doctrine 2 simple_array type.

image

emanueleminotto/simple-array-bundle

Symfony 2 bundle for simple tags management, based on doctrine 2 simple_array type.

  • Saturday, November 19, 2016
  • by EmanueleMinotto
  • Repository
  • 1 Watchers
  • 2 Stars
  • 2,375 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

Simple Array Bundle

Build Status SensioLabs Insight Coverage Status Scrutinizer Code Quality, (*1)

Symfony 2 bundle for simple tags management, based on doctrine 2 simple_array type., (*2)

Step 1: Download the Bundle

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

$ composer require emanueleminotto/simple-array-bundle

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

Step 2: Enable the Bundle

Then, enable the bundle by adding the following line in the app/AppKernel.php file of your project:, (*5)

// app/AppKernel.php

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

            new EmanueleMinotto\SimpleArrayBundle\SimpleArrayBundle(),
        );
    }
}

The Versions

19/11 2016

dev-master

9999999-dev

Symfony 2 bundle for simple tags management, based on doctrine 2 simple_array type.

  Sources   Download

MIT

The Requires

 

The Development Requires

19/11 2016

1.0.2

1.0.2.0

Symfony 2 bundle for simple tags management, based on doctrine 2 simple_array type.

  Sources   Download

MIT

The Requires

 

The Development Requires

08/12 2015

1.0.1

1.0.1.0

Symfony 2 bundle for simple tags management, based on doctrine 2 simple_array type.

  Sources   Download

MIT

The Requires

 

The Development Requires

11/10 2015

1.0.0

1.0.0.0

Symfony 2 bundle for simple tags management, based on doctrine 2 simple_array type.

  Sources   Download

MIT

The Requires

 

The Development Requires