chapcz/doctrine-forms

Forms mapping and validation of Doctrine ORM entities for Nette Framework

Installs: 280

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 9

pkg:composer/chapcz/doctrine-forms

0.3 2018-07-21 22:28 UTC

This package is auto-updated.

Last update: 2025-09-29 01:47:18 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.