Added Propel ORM

This commit is contained in:
stein197 2021-06-20 15:42:32 +05:00 committed by GitHub
parent 4b35974690
commit 0617c7c8c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -566,6 +566,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
* [RedBean](https://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.
* [Spot2](https://github.com/spotorm/spot2) - A MySQL datamapper ORM.
* [Propel](http://propelorm.org/) - A highly customizable and blazing fast ORM library for PHP 5.5+
### Migrations
Libraries to help manage database schemas and migrations.