clementtalleu / php-redis-om

A PHP object mapper for redis
MIT License
155 stars 7 forks source link

This project should implement the doctrine/persistence interface #92

Open stof opened 3 weeks ago

stof commented 3 weeks ago

If the goal is to be interchangeable with Doctrine ORM or Doctrine MongoDB ODM, this package should be implementing the interfaces from doctrine/persistence instead of defining its own interface that have similar method names, but are not the same type (The PHP type system is nominal, so looking like a duck does not make you a duck).

clementtalleu commented 3 weeks ago

OK, I'll take a look at it, thanks!