Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDEFGHILMNOPQRSTUVWXYZ
]
php-nette-forms - Nette Forms: greatly facilitates web forms
- Website:
- https://github.com/nette/forms
- Licence:
- BSD or GPLv2 or GPLv3
- Vendor:
- Remi Collet
- Description:
Nette\Forms greatly facilitates creating and processing web forms.
What it can really do?
- validate sent data both client-side (JavaScript) and server-side
- provide high level of security
- multiple render modes
- translations, i18n
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/Forms/autoload.php';
Packages