Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days ago
JSON representation
Add ability to create forms in better way in Nette Framework (2.4+)
- Host: GitHub
- URL: https://github.com/ipublikuj-archive/forms
- Owner: ipublikuj-archive
- License: other
- Archived: true
- Created: 2014-05-25T18:47:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T18:56:19.000Z (over 5 years ago)
- Last Synced: 2024-12-17T01:12:04.622Z (about 1 month ago)
- Topics: doctrine2, form-factory, forms, ipub, ipublikuj, nette, nette-extension, nette-form, nette-framework, php, php7, php71, php72
- Language: PHP
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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).