chapcz/doctrine-forms

为 Nette 框架映射和验证 Doctrine ORM 实体表单

0.3 2018-07-21 22:28 UTC

This package is auto-updated.

Last update: 2024-08-29 04:36:54 UTC


README

Build Status Downloads this Month Latest stable

要求

Kdyby/DoctrineForms 需要 PHP 5.3.2 及 pdo 扩展。

安装

安装 Kdyby/DoctrineForms 的最佳方式是使用 Composer

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

现在运行更新

$ composer update

文档

文档 中了解更多。

主页 http://www.kdyby.org 和仓库 http://github.com/Kdyby/DoctrineForms.