chapcz/doctrine-forms

Forms mapping and validation of Doctrine ORM entities for Nette Framework

0.3 2018-07-21 22:28 UTC

This package is auto-updated.

Last update: 2024-02-29 02:58:37 UTC


README

Build Status Downloads this Month Latest stable

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.