PHPackages                             devmachine/form-bundle - 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. [Templating &amp; Views](/categories/templating)
4. /
5. devmachine/form-bundle

AbandonedArchivedSymfony-bundle[Templating &amp; Views](/categories/templating)

devmachine/form-bundle
======================

Set of Symfony form types.

2.4.0(8y ago)02.1kMITJavaScriptPHP ^5.5|^7.0

Since Dec 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/lakiboy/devmachine-form-bundle)[ Packagist](https://packagist.org/packages/devmachine/form-bundle)[ Docs](https://github.com/lakiboy/devmachine-form-bundle)[ RSS](/packages/devmachine-form-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (7)Versions (15)Used By (0)

DevmachineFormBundle
====================

[](#devmachineformbundle)

[![Build Status](https://camo.githubusercontent.com/bdd4719e98fb39af2211be4a5b614f40a29afebd16cdbe243938b8b8dec7406f/68747470733a2f2f7472617669732d63692e6f72672f6c616b69626f792f6465766d616368696e652d666f726d2d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/lakiboy/devmachine-form-bundle) [![Coverage Status](https://camo.githubusercontent.com/62abfceafdad5f3033dccaaa7657faa2d4b12bcc54eca44cfdf8cdef3a21a0be/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6c616b69626f792f6465766d616368696e652d666f726d2d62756e646c652f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/lakiboy/devmachine-form-bundle?branch=master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/9f75e82785aadb381c0d73757744f79af98f1280fb8d45bb909fbb375c7292e7/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c616b69626f792f6465766d616368696e652d666f726d2d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/lakiboy/devmachine-form-bundle/?branch=master) [![SensioLabsInsight](https://camo.githubusercontent.com/ad345a65f3b50a84e2ed10bd2079501be52fc017a40be6a53e224832ef29ba3c/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f62373734623734302d336563612d343038342d616331662d3261656533313239656534372f6d696e692e706e67)](https://insight.sensiolabs.com/projects/b774b740-3eca-4084-ac1f-2aee3129ee47)

Symfony form extensions for Bootstrap date/datetime widgets, typeahead based autocomplete and other helpers.

Update 2017
-----------

[](#update-2017)

In modern world of [React](https://facebook.github.io/react/), [Angular](https://angular.io/) and [Vue](https://vuejs.org/) there is no much point in solutions like this. Use your favourite front-end framework + Symfony API. However, you can still use this bundle if you want, see the [demo](https://github.com/lakiboy/devmachine-form-bundle/blob/master/_demo) for details.

Installation
------------

[](#installation)

Install this bundle using Composer. Add the following to your composer.json for Symfony 3.0+:

```
{
    "require": {
        "devmachine/form-bundle": "~2.0"
    }
}
```

Register bundle in the kernel:

```
