doctrine/orm
Composer 安装命令:
composer require doctrine/orm
包简介
Object-Relational-Mapper for PHP
关键字:
README 文档
README
| 4.0.x | 3.7.x | 3.6.x | 2.21.x | 2.20.x |
|---|---|---|---|---|
Doctrine ORM is an object-relational mapper for PHP 8.1+ that provides transparent persistence for PHP objects. It sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernate's HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication.
More resources:
统计信息
- 总下载量: 297.42M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10348
- 点击次数: 11
- 依赖项目数: 7449
- 推荐数: 503
其他信息
- 授权协议: MIT
- 更新时间: 2011-10-10