All Projects → abdielcs → ExpandedCollectionBundle

abdielcs / ExpandedCollectionBundle

Licence: MIT license
Symfony bundle for render entity collections as a selectable expanded list.

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to ExpandedCollectionBundle

AtoumBundle
This bundle provides a simple integration of atoum into Symfony 2.
Stars: ✭ 44 (+238.46%)
Mutual labels:  bundle, symfony-bundle
vite-bundle
Integration with your Symfony app & Vite
Stars: ✭ 56 (+330.77%)
Mutual labels:  bundle, symfony-bundle
SinchBundle
📦 Provides integration with Sinch.com SMS API.
Stars: ✭ 12 (-7.69%)
Mutual labels:  bundle, symfony-bundle
FkrCssURLRewriteBundle
A small assetic filter for symfony to fix all url paths at css documents to correct urls
Stars: ✭ 33 (+153.85%)
Mutual labels:  bundle, symfony-bundle
lexik-jose-bridge
An Encoder for the LexikJWTAuthenticationBundle that uses web-token/jwt-framework
Stars: ✭ 27 (+107.69%)
Mutual labels:  bundle, symfony-bundle
SonataFormatterBundle
Symfony SonataFormatterBundle
Stars: ✭ 78 (+500%)
Mutual labels:  bundle, symfony-bundle
boxdetect
BoxDetect is a Python package based on OpenCV which allows you to easily detect rectangular shapes like character or checkbox boxes on scanned forms.
Stars: ✭ 46 (+253.85%)
Mutual labels:  checkbox, checkboxes
CustomWebCheckbox
An example of a make checkbox design on the web.
Stars: ✭ 12 (-7.69%)
Mutual labels:  checkbox, checkboxes
guzzle6-bundle
Integrates Guzzle 6 into your Symfony application
Stars: ✭ 11 (-15.38%)
Mutual labels:  bundle, symfony-bundle
GuzzleBundleOAuth2Plugin
OAuth2 Plugin for GuzzleBundle
Stars: ✭ 13 (+0%)
Mutual labels:  bundle, symfony-bundle
VreshTwilioBundle
A Symfony2 wrapper for the official SDK provided by Twilio.
Stars: ✭ 45 (+246.15%)
Mutual labels:  bundle, symfony-bundle
KtwDatabaseMenuBundle
Symfony bundle for extending KnpMenu to store menu items in a database.
Stars: ✭ 12 (-7.69%)
Mutual labels:  bundle, symfony-bundle
wordpress-bundle
Use Wordpress and Symfony together using a Symfony bundle
Stars: ✭ 30 (+130.77%)
Mutual labels:  bundle, symfony-bundle
DynamicParametersBundle
[UNMAINTAINED] Runtime retrieval of parameters from environment variables for Symfony
Stars: ✭ 42 (+223.08%)
Mutual labels:  bundle, symfony-bundle
OpcacheBundle
Displays the PHP OPcache status in the Symfony profiler toolbar.
Stars: ✭ 21 (+61.54%)
Mutual labels:  bundle, symfony-bundle
LexikMailerBundle
This Symfony2 bundle allow you to manage some HTML email templates stored in your database. Templates are written with Twig and use I18N. You can also create some layouts to decorate your email.
Stars: ✭ 81 (+523.08%)
Mutual labels:  bundle, symfony-bundle
BeelabTagBundle
🏷 A simple implementation of tags for Symfony and Doctrine ORM
Stars: ✭ 45 (+246.15%)
Mutual labels:  bundle, symfony-bundle
socketio
No description or website provided.
Stars: ✭ 23 (+76.92%)
Mutual labels:  bundle, symfony-bundle
supervisor-bundle
Easily update your @Supervisor configuration by using annotations in Symfony commands.
Stars: ✭ 35 (+169.23%)
Mutual labels:  bundle, symfony-bundle
FCMBundle
A Bundle for Symfony projects to send notifications in mobile devices through Firebase Cloud Messaging API
Stars: ✭ 43 (+230.77%)
Mutual labels:  bundle, symfony-bundle

Expanded Collection List

Symfony expanded list

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.

Features

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.

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.

License

This software is published under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].