2017 © Pedro Peláez
 

symfony-bundle form-bundle

Extra form types for your Symfony2 projects

image

genemu/form-bundle

Extra form types for your Symfony2 projects

  • Monday, June 19, 2017
  • by Soullivaneuh
  • Repository
  • 36 Watchers
  • 600 Stars
  • 1,488,084 Installations
  • PHP
  • 34 Dependents
  • 2 Suggesters
  • 262 Forks
  • 137 Open issues
  • 15 Versions
  • 4 % Grown

The README.md

⚠️ This project is not maintained anymore. If you're interested in maintaining it please get in touch with @genemu ⚠️, (*1)

FormBundle

Build Status, (*2)

Installation

Installation is quick and easy, 3 steps process, (*3)

  1. Install GenemuFormBundle
  2. Enable the bundle
  3. Initialize assets

Step 1: Install GenemuFormBundle

Run the following command :, (*4)

``` bash $ composer require genemu/form-bundle "^4.0", (*5)


### Step 2: Enable the bundle Finally, enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Genemu\Bundle\FormBundle\GenemuFormBundle(), ); }

Step 3: Initialize assets

bash $ php app/console assets:install web/, (*6)

Form types

Select2 (view demo):

View configuration, (*7)

Captcha GD

View configuration, (*8)

ReCaptcha (Google library):

View configuration, (*9)

JQueryUi (download):

Plain

A Form type that just renders the field as a p tag. This is useful for forms where certain field need to be shown but not editable., (*10)

The type name is genemu_plain., (*11)

Tips

Prototype usage within form collections, (*12)

Template

You use GenemuFormBundle and you seen that it does not work! Maybe you have forgotten form_javascript or form_stylesheet., (*13)

The principle is to separate the javascript, stylesheet and html. This allows better integration of web pages., (*14)

View a template example form view, (*15)

Note

There are maybe some bugs in those implementations, this package is just an idea of form types which can be very useful for your Symfony2 projects., (*16)

The Versions

19/06 2017

dev-master

9999999-dev

Extra form types for your Symfony2 projects

  Sources   Download

MIT

The Requires

 

by Bilal Amarni
by Olivier Chauvel

form extra form

27/01 2016

2.3.x-dev

2.3.9999999.9999999-dev

Extra form types for your Symfony2 projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by Bilal Amarni
by Olivier Chauvel

form extra form

27/01 2016
14/12 2014

2.2.x-dev

2.2.9999999.9999999-dev

Extra form types for your Symfony2 projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by Bilal Amarni
by Olivier Chauvel

form extra form

23/03 2014

v2.2.2

2.2.2.0

Extra form types for your Symfony2 projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by Bilal Amarni
by Olivier Chauvel

form extra form

17/09 2013
01/08 2013
05/06 2013
28/04 2013
05/02 2013

2.0.x-dev

2.0.9999999.9999999-dev

Extra Form

  Sources   Download

MIT

The Requires

 

by Olivier Chauvel

form extra form