propelorm / Propel3

High performance data-mapper ORM with optional active-record traits for RAD and modern PHP 7.2+
MIT License
251 stars 35 forks source link

Why propel3? #52

Open taoso opened 7 years ago

taoso commented 7 years ago

Is there any guy can offers the reason to create Propel3 and abandon propel2? Thanks.

gossi commented 7 years ago

Think about it as PHP6 vs. PHP7.

marcj commented 7 years ago

Exactly, Propel2 is already several years old and started as pure active-record (which was at that time already almost dead, especially when you focus on active-record only), so we decided to name it Propel3 since its a pure data-mapper now and a completely new code base for the persisting part, as v2 is still heavily in use by the community and I won't break thousands of applications by increasing the alpha version.

kinekt4 commented 7 years ago

"Propel3 is an open-source Object-Relational Mapping (ORM) for modern PHP 7.1+"

Does/will it work on PHP 5.*?

gossi commented 7 years ago

no.