2017 © Pedro Peláez
 

symfony-bundle form-bundle

Extra form types for your Symfony projects

image

symfony-hackers/form-bundle

Extra form types for your Symfony projects

  • Wednesday, February 28, 2018
  • by aivus
  • Repository
  • 1 Watchers
  • 3 Stars
  • 1,569 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 262 Forks
  • 10 Open issues
  • 4 Versions
  • 36 % Grown

The README.md

This repository is abandoned and not maintained.

SHFormBundle

This package is a fork of GenemuFormBundle, (*1)

If you want to migrate from GenemuFormBundle to SHFormBundle follow this document., (*2)

Build Status, (*3)

Installation

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

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

Step 1: Install SHFormBundle

Run the following command :, (*5)

``` bash $ composer require symfony-hackers/form-bundle "^3.0@dev", (*6)


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

Step 3: Initialize assets

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

Form types

Select2 (view demo):

View configuration, (*8)

Captcha GD

View configuration, (*9)

ReCaptcha (Google library):

View configuration, (*10)

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., (*11)

The type name is genemu_plain., (*12)

Tips

Prototype usage within form collections, (*13)

Template

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

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

View a template example form view, (*16)

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 Symfony projects., (*17)

The Versions

28/02 2018

dev-master

9999999-dev

Extra form types for your Symfony projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ilya Antipenko
by Bilal Amarni
by Olivier Chauvel

form extra form

28/02 2018

dev-ticket/9

dev-ticket/9

Extra form types for your Symfony projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ilya Antipenko
by Bilal Amarni
by Olivier Chauvel

form extra form

25/12 2017

dev-renew-removed-tests

dev-renew-removed-tests

Extra form types for your Symfony projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ilya Antipenko
by Bilal Amarni
by Olivier Chauvel

form extra form

25/12 2017

2.x-dev

2.9999999.9999999.9999999-dev

Extra form types for your Symfony projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ilya Antipenko
by Bilal Amarni
by Olivier Chauvel

form extra form