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: 9 months 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T18:56:19.000Z (about 7 years ago)
- Last Synced: 2024-12-17T01:12:04.622Z (over 1 year 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
[](https://travis-ci.org/ipublikuj-ui/forms)
[](https://scrutinizer-ci.com/g/ipublikuj-ui/forms/?branch=master)
[](https://scrutinizer-ci.com/g/ipublikuj-ui/forms/?branch=master)
[](https://packagist.org/packages/ipub/forms)
[](https://packagist.org/packages/ipub/forms)
[](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).