Registry / orm / doctrine-persistence

doctrine-persistence

JSON →
library4.2.0phppackagistunverified

The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.

composer require doctrine/persistence
INSTALL
IMPORT
SIG · DOCTRINE-PERSISTEN
D
doctrine-persistence
ormphpv4.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ObjectManager
use Doctrine\Persistence\ObjectManager;

Persist and flush an entity using the ObjectManager.

use Doctrine\Persistence\ObjectManager; $manager = new ObjectManager(); $manager->persist($entity); $manager->flush();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
36
OpenAI (training)
1
Resources
doctrine-persistence — pip install doctrine-persistence · libregistry