PHPackages                             weare/form-builder - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. weare/form-builder

ActiveSymfony-bundle

weare/form-builder
==================

Symfony WeareFormBuilderBundle

5151PHP

Since Dec 5Pushed 12y ago2 watchersCompare

[ Source](https://github.com/duvanmonsa/WeareFormBuilder)[ Packagist](https://packagist.org/packages/weare/form-builder)[ RSS](/packages/weare-form-builder/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

WeareFormBuilderBundle
======================

[](#weareformbuilderbundle)

[![Build Status](https://camo.githubusercontent.com/99ce41e8617acb1a95f007dec6efb5c05581dc3dc216fa0dd303130bb0b30a3a/68747470733a2f2f7472617669732d63692e6f72672f647576616e6d6f6e73612f5765617265466f726d4275696c6465722e706e67)](https://travis-ci.org/duvanmonsa/WeareFormBuilder)

WeareFormBuilderBundle has the logic to create and store dinamic forms in database. this Bundle is no ready yet but is funtional, i will work on traslations. Features
----------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#weareformbuilderbundle-has-the-logic-to-create-and-store-dinamic-forms-in-databasethis-bundle-is-no-ready-yet-but-is-funtional-i-will-work-on-traslationsfeatures)

1. Manage forms with its personalized fields
2. Use SonataAdminBundle so it has implemente admins
3. There is a block implemente to use with Cms

Install
=======

[](#install)

Step 1: Download WeareFormBuilder using composer
------------------------------------------------

[](#step-1-download-weareformbuilder-using-composer)

Add WeareFormBuilder in your composer.json:
-------------------------------------------

[](#add-weareformbuilder-in-your-composerjson)

```
        {
            "require": {
                "weare/form-builder": "dev-master"
            }
        }

```

Step 2: Enable the bundle
-------------------------

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:
--------------------------------

[](#enable-the-bundle-in-the-kernel)

```
