Is there a Micro-ORM similar to Dapper, PetaPoco, or Massive ... but for PHP?
Asked
Active
Viewed 4,769 times
6
-
http://stackoverflow.com/questions/108699/good-php-orm-library – simshaun Dec 09 '11 at 22:02
-
@simshaun that Q is about ORMs; micro-ORMs are kinda a different category – Marc Gravell Dec 09 '11 at 23:23
3 Answers
6
I consider http://redbeanphp.com/ to be a very lightweight ORM, not sure if it's comparable to the ones you listed.

Jordan
- 4,510
- 7
- 34
- 42
-
How well does RedBeanPHP handle dates now? Is there clear examples on how to avoid problems mentioned here: http://stackoverflow.com/questions/3212917/redbean-o-rm-store-date-as-varchar255 – BuddyJoe Dec 09 '11 at 23:07
-
It's designed to handle them differently from how Sirber describes in the linked question: http://www.redbeanphp.com/extra/special_types – Jordan Dec 09 '11 at 23:18
-
Re: special types - Any thoughts on this question: http://stackoverflow.com/questions/8495750 – BuddyJoe Dec 13 '11 at 20:29