PHPackages                             netvlies/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. [Framework](/categories/framework)
4. /
5. netvlies/form-bundle

Abandoned → [endroid/form-bundle](/?search=endroid%2Fform-bundle)Symfony-bundle[Framework](/categories/framework)

netvlies/form-bundle
====================

NetvliesFormBundle

1.0.22(10y ago)1318.3k6MITPHPPHP &gt;=5.3.0

Since Mar 22Pushed 10y ago14 watchersCompare

[ Source](https://github.com/netvlies/NetvliesFormBundle)[ Packagist](https://packagist.org/packages/netvlies/form-bundle)[ Docs](https://github.com/netvlies/NetvliesFormBundle)[ RSS](/packages/netvlies-form-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (10)Versions (23)Used By (0)

Netvlies FormBundle
===================

[](#netvlies-formbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/699e46d711ee3da73ea79c1358f2156a9c3f93b0ede2caa645aeec95d2028a05/68747470733a2f2f706f7365722e707567782e6f72672f6e6574766c6965732f666f726d2d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/netvlies/form-bundle)[![Total Downloads](https://camo.githubusercontent.com/8006379ff26f13baeac04c3def14f03a0b05a0c35c353fbd527517d04b85f51e/68747470733a2f2f706f7365722e707567782e6f72672f6e6574766c6965732f666f726d2d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/netvlies/form-bundle)

The Netvlies FormBundle enables users to create basic forms through the Sonata Admin Bundle. It includes form configuration, storage of results, sending of notifications when a form is filled in and even the possibility to export form results through the Sonata list view.

[![Form Admin](Resources/doc/fields.png)](Resources/doc/fields.png)

Forms created using the FormBundle can be retrieved using the form service or be directly shown by using the show\_form function provided by the FormBundle Twig extension.

[![knpbundles.com](https://camo.githubusercontent.com/d84d6ea66ffcbaf092bcd4e35c8eff636b7fb22d11648a2aa04bcc2c7fce8ae7/687474703a2f2f6b6e7062756e646c65732e636f6d2f6e6574766c6965732f4e6574766c696573466f726d42756e646c652f62616467652d73686f7274)](http://knpbundles.com/netvlies/NetvliesFormBundle)

Requirements
------------

[](#requirements)

- Symfony
- Dependencies:
- [`PHPExcel`](https://github.com/ddeboer/phpexcel)

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

[](#installation)

### Install the bundle

[](#install-the-bundle)

```
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar require netvlies/form-bundle
```

Composer will install the bundle to your project's `vendor/netvlies` directory.

### Enable the bundle via the kernel

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

```
