2017 © Pedro Peláez
 

symfony-bundle expanded-collection-bundle

Symfony 2 and 3 bundle for rendering a collection of entities as an expanded selectable list

image

abdielcs/expanded-collection-bundle

Symfony 2 and 3 bundle for rendering a collection of entities as an expanded selectable list

  • Monday, June 11, 2018
  • by abdielcs
  • Repository
  • 2 Watchers
  • 11 Stars
  • 790 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 3 Versions
  • 32 % Grown

The README.md

Expanded Collection List

Symfony expanded list, (*1)

Symfony 2 and 3 bundle for rendering a collection of entities as an expanded selectable list. Include some usefull form types extending the native entity form field, so all entity options could by used (like query_builder), except expanded and multiple, since all the bundle types are based in those options setted to true. Read more about entity type field., (*2)

Features, (*3)

Installation

Step 1: Download the Bundle

$ composer require abdielcs/expanded-collection-bundle

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

Step 2: Enable the Bundle

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new abdielcs\ExpandedCollectionBundle\ExpandedCollectionBundle(),
        );
    }

    // ...
}

That's it!. Now you can start to use it., (*5)

License

This software is published under the MIT License, (*6)

The Versions

11/06 2018

dev-master

9999999-dev

Symfony 2 and 3 bundle for rendering a collection of entities as an expanded selectable list

  Sources   Download

MIT

The Requires

 

by Abdiel Carrazana

collection form symfony2 symfony3 multiple list checkbox expanded

19/04 2016

v0.1.0

0.1.0.0

Symfony 2 and 3 bundle for rendering a collection of entities as an expanded selectable list

  Sources   Download

MIT

The Requires

 

by Abdiel Carrazana

collection form symfony2 symfony3 multiple list checkbox expanded

18/04 2016

v0.1.0-beta

0.1.0.0-beta

Symfony 2 and 3 bundle for rendering a collection of entities as an expanded selectable list

  Sources   Download

MIT

The Requires

 

by Abdiel Carrazana

collection expanded