M
M
Maxim2015-05-06 12:01:52
Doctrine ORM
Maxim, 2015-05-06 12:01:52

Is there a lightweight implementation of Data Mapper + UnitOfWork + Repository?

Hello!
Tell me, has anyone come across in php with a lightweight implementation of Data Mapper + UnitOfWork + Repository ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2015-05-09
@xbagir

M.... I don't know.
There is https://github.com/doctrine/skeleton-mapper
There is also Spot2 but it is without UoW, you will have to twist it yourself (there is a good implementation).
But in general, it’s better to face the fact that there is nothing better than doctrine so far and just use it, remembering to include a cache for metadata in production.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question