Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ipublikuj-archive/forms

Add ability to create forms in better way in Nette Framework (2.4+)
https://github.com/ipublikuj-archive/forms

doctrine2 form-factory forms ipub ipublikuj nette nette-extension nette-form nette-framework php php7 php71 php72

Last synced: about 8 hours ago
JSON representation

Add ability to create forms in better way in Nette Framework (2.4+)

Awesome Lists containing this project

README

        

# Forms

[![Build Status](https://img.shields.io/travis/ipublikuj-ui/forms.svg?style=flat-square)](https://travis-ci.org/ipublikuj-ui/forms)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/ipublikuj-ui/forms.svg?style=flat-square)](https://scrutinizer-ci.com/g/ipublikuj-ui/forms/?branch=master)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/ipublikuj-ui/forms.svg?style=flat-square)](https://scrutinizer-ci.com/g/ipublikuj-ui/forms/?branch=master)
[![Latest Stable Version](https://img.shields.io/packagist/v/ipub/forms.svg?style=flat-square)](https://packagist.org/packages/ipub/forms)
[![Composer Downloads](https://img.shields.io/packagist/dt/ipub/forms.svg?style=flat-square)](https://packagist.org/packages/ipub/forms)
[![License](https://img.shields.io/packagist/l/ipub/forms.svg?style=flat-square)](https://packagist.org/packages/ipub/forms)

Add ability to create forms in better way in [Nette Framework](http://nette.org/)

## Installation

The best way to install ipub/forms is using [Composer](http://getcomposer.org/):

```sh
$ composer require ipub/forms
```

After that you have to register extension in config.neon.

```neon
extensions:
extendedForms: IPub\Forms\DI\FormsExtension
```

## Documentation

Learn how to create form in different way in [documentation](https://github.com/iPublikuj/forms/blob/master/docs/en/index.md).

***
Homepage [https://www.ipublikuj.eu](https://www.ipublikuj.eu) and repository [http://github.com/iPublikuj/forms](http://github.com/iPublikuj/forms).