lphuberdeau / Neo4j-PHP-OGM

A doctrine2 style library to access neo4j graphs
156 stars 45 forks source link

Implement Doctrine\Common\Persistence\ObjectManager #75

Open frne opened 10 years ago

frne commented 10 years ago

Wouldn't it be nice to implement \Doctrine\Common\Persistence\ObjectManager in the EntityManager to enable usage in third-party components implemented against the Doctrine Common interfaces?

Thoughts?