From 217c8d4730a39e206ae6bda3483136206c17de52 Mon Sep 17 00:00:00 2001 From: Rotimi Ade Date: Sat, 28 Jan 2023 13:45:10 -0700 Subject: [PATCH] Added rotexsoft/leanorm A light-weight, highly performant PHP ORM based on the Table Data Gateway and Data Mapper patterns. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a59559f..341231d 100644 --- a/README.md +++ b/README.md @@ -571,6 +571,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [RedBean](https://redbeanphp.com/index.php) - A lightweight, configuration-less ORM. * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL. * [Spot2](https://github.com/spotorm/spot2) - A MySQL datamapper ORM. +* [LeanOrm](https://github.com/rotexsoft/leanorm) - A light-weight, highly performant PHP ORM based on the Table Data Gateway and Data Mapper patterns. ### Migrations Libraries to help manage database schemas and migrations.