doctrine

persistence

doctrine

The Doctrine Persistence project is a library that provides common abstractions for object mapper persistence.

AI 简介

Doctrine Persistence 是一个为 PHP 对象映射器提供统一持久化抽象层的库。它定义了通用接口(如 ObjectManager、Repository)和基础实现,支持 Doctrine ORM、ODM 等多种后端,屏蔽底层数据存储差异,提升框架间互操作性与代码可移植性。采用松耦合设计,不绑定具体数据库或序列化机制,适用于需要多持久化方案集成、框架解耦或构建可扩展数据访问层的 PHP 应用开发场景。

PHP
MIT License
4k
Stars
75
Forks
20
Watchers
13
Issues

Star 增长

今日0
近 7 天0
近 30 天0
综合评分57.64
默认分支4.2.x