Added rotexsoft/leanorm

A light-weight, highly performant PHP ORM  based on the Table Data Gateway and Data Mapper patterns.
This commit is contained in:
Rotimi Ade 2023-01-28 13:45:10 -07:00 committed by GitHub
parent eb57137df1
commit 217c8d4730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.