K-Phoen / rulerz

Powerful implementation of the Specification pattern in PHP
MIT License
872 stars 96 forks source link

Doctrine ODM Support #80

Open DamienP33 opened 7 years ago

DamienP33 commented 7 years ago

Hello,

Is it possible to get a Doctrine / ODM target ?

Thanks.

K-Phoen commented 7 years ago

Technically, I guess it should be feasible.

I have little experience with Doctrine ODM but if you are willing to make a PR I will happily review it. If you need it, there is a cookbook entry describing how to create new compilation targets.

DamienP33 commented 7 years ago

Finally, I chosen the solution with elastic. But a Doctrine ODM target is interesting ;)

K-Phoen commented 7 years ago

I leave this issue open as a reminder that someone thinks that supporting Doctrine ODM would be interesting.

I'll consider adding support for Doctrine ODM if more people are interested or if someone submits a PR :)