kdyby/doctrine-forms

This package is abandoned and no longer maintained. No replacement package was suggested.

Forms mapping and validation of Doctrine ORM entities for Nette Framework

dev-master 2017-03-08 14:34 UTC

This package is auto-updated.

Last update: 2022-02-01 12:28:07 UTC


README

Build Status Downloads this Month Latest stable Join the chat at https://gitter.im/Kdyby/Help

Requirements

Kdyby/DoctrineForms requires PHP 5.3.2 with pdo extension.

Installation

The best way to install Kdyby/DoctrineForms is using Composer:

"require": {
	"kdyby/validator": "@dev",
	"kdyby/doctrine-forms": "@dev"
}

and now run the update

$ composer update

Documentation

Learn more in the documentation.

Homepage http://www.kdyby.org and repository http://github.com/Kdyby/DoctrineForms.