atlas / orm
持久化模型(非领域模型)的ORM。
3.1.1
2021-05-30 19:22 UTC
Requires
- php: >=7.1.0
- atlas/mapper: ~1.0
Requires (Dev)
- atlas/testing: ~1.0
- pds/skeleton: ~1.0
- phpunit/phpunit: ~7.0
Suggests
- atlas/cli: A command-line tool to build skeleton classes.
This package is auto-updated.
Last update: 2024-08-29 04:03:32 UTC
README
Atlas是针对持久化模型(不是领域模型)的数据映射器实现。
因此,Atlas使用“记录”一词来表示其对象不是领域对象。最初可以直接使用Atlas记录进行简单的数据源交互。随着领域模型在应用程序中的增长,使用Atlas记录来填充领域对象。注意,Atlas记录是“被动”的记录,不是活动记录。它与数据库断开连接。
文档位于http://atlasphp.io。