Added Laminas Db to Database

This commit is contained in:
ossi-d 2022-04-01 23:14:08 +02:00
parent 68bcd7b719
commit 22fe36c843
1 changed files with 1 additions and 0 deletions

View File

@ -574,6 +574,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.
* [Laminas Db](https://docs.laminas.dev/laminas-db/) - Database abstraction layer.
### Migrations
Libraries to help manage database schemas and migrations.