I am starting a proyect with php and maven and i want to use an orm framework . But i dont know which one is the best , and is compatible with maven . Any ideas?.
http://en.wikipedia.org/wiki/List_of_object-relational_mapping_software#PHP
CakePHP seems to be a php framework with ORM
I know one member in this forum that uses http://www.phpactiverecord.org/ for his framework design SEE&download: http://cabbit.co.uk/
Otherwise I dont think we know too much about this, here in forum. Not many have used ORM object-relational_mapping database scripts. 🙂
I will check them but my problem is that the framework must be integrated with maven . So i can define the dependency in the pom.xml and maven takes care of downloading the libraries and configuring the eclipse .
I need an orm framework that could work with maven , so maven downloads the library and setups the eclipse proyect. I check in http://mvnrepository.com/search.html?query=Xyster but i cant find any artifact for those frameworks . Anyone here uses maven with php?.