Doctrine – PHP Object Relational Mapper
ORM is certainly a very popular concept these days, but I haven’t really come across any PHP implementations that I found worth-while. Sure, big frameworks like CakePHP may have ORM functionality, but I’m not a fan of huge frameworks. I’ve also dabbled in my own implementations, but never got too far, as I’m not a fan of re-inventing the wheel. At any rate, I stumbled across Doctrine by accident (good ol’ RSS readers), and am impressed, mostly because it’s something that can be integrated into existing projects / frameworks.
www.doctrine-project.org














Phillip Harrington
May 21 '09 at 8:42 am
I too have been in the same spot – not wanting to use a huge framework every time – but not wanting to write my own. I’ll definitely check out doctrine. Thanks for the tip.
Faizan
Jan 16 '10 at 9:44 pm
I’m now using doctrine for a year now. I’ve used it with symfony and codeigniter, and it is best PHP ORM