I gave up and moved back to the familiar and much more resilient #fatfreeframework.
Could anyone suggest an #ORM for #PHP 7.2 & MariaDB 10 (Rocky Linux 8, Apache 2.4)? So far I have only used raw SQL in PHP.
I found #Doctrine <https://www.doctrine-project.org/projects.html>, #Propel <https://github.com/propelorm/Propel2/releases>, & #FatFreeFramework <https://github.com/bcosca/fatfree> "F3". I have zero familiarity with all of those.
I noticed that Doctrine 3 documentation mentions 7.4 & latest stable versions of PHP, ALONG WITH "7.1+" <https://www.doctrine-project.org/projects/doctrine-orm/en/3.1/tutorials/getting-started.html#guide-assumptions>. What would I be missing with PHP 7.2?
The Doctrine Project is an open-source PHP project that is home to home to several PHP libraries primarily focused on database storage and object mapping. The core projects are the Object Relational Mapper (ORM) and the Database Abstraction Layer (DBAL) it is built upon.
Been playing around with #PHP #FatFreeFramework and it’s a lovely functional experience, less OOP, similar to #flask or #GinGonic
https://www.fatfreeframework.com/3.8/getting-started#Hello,World:TheLess-Than-A-MinuteFat-FreeRecipe