atlas/orm
最新稳定版本:3.1.1
Composer 安装命令:
composer require atlas/orm
包简介
An ORM for your persistence model (not your domain model).
README 文档
README
Atlas is a data mapper implementation for persistence models (not domain models).
As such, Atlas uses the term "record" to indicate that its objects are not domain objects. Use Atlas records directly for simple data source interactions at first. As a domain model grows within the application, use Atlas records to populate domain objects. (Note that an Atlas record is a "passive" record, not an active record. It is disconnected from the database.)
Documentation is at http://atlasphp.io.
统计信息
- 总下载量: 136.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 431
- 点击次数: 1
- 依赖项目数: 12
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-12-29