PHPackages                             occ2/form-control - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. occ2/form-control

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

occ2/form-control
=================

Description of project FormControl.

v1.0.0alpha1(7y ago)00PHP

Since Sep 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/occ2/form-control)[ Packagist](https://packagist.org/packages/occ2/form-control)[ RSS](/packages/occ2-form-control/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (6)Versions (3)Used By (0)

FormControl
===========

[](#formcontrol)

1. Introduction
---------------

[](#1-introduction)

Form control is pretty nice and easy way to create, setup and use Forms in Nette applications. Form is encapsulated into Bootstrap4 card and use Bootstrap4 layout and Font Awesome 5 icons. It use annotation based settings of form and its controls.

#### Installation

[](#installation)

*composer require occ2/form-control*

Form control has some important dependecies.

*contributte/event-dispatcher* - required *contributte/recaptcha* - required *kdyby/translation* - optional *aleswita/formrenderer* - required and whole Nette framework.

All text that are used are untranslated anchors. If you dont want to use translation you may use simple texts

2. Creating FORM
----------------

[](#2-creating-form)

#### a. Create your form class - for example in MyForm.php

[](#a-create-your-form-class---for-example-in-myformphp)

```
