Remove Propel ORM

https://github.com/propelorm/Propel2#status-of-the-project

> Our advice:
>
> Use Doctrine if you are looking for a long-term supported, full-featured (and difficult to learn) and stable ORM.
> Use easy to learn Eloquent for prototyping and smaller projects.
> Help us build Propel3, which aims someday to be both of the above.
This commit is contained in:
Funtov Kirill 2019-06-06 13:25:55 +03:00 committed by Jamie York
parent e09c82a9aa
commit 8c8c4077bc
1 changed files with 0 additions and 1 deletions

View File

@ -526,7 +526,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Eloquent](https://github.com/illuminate/database) - A simple ORM (L5).
* [LazyRecord](https://github.com/corneltek/LazyRecord) - A fast ORM designed for simplicity, extendability and performance.
* [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
* [Propel](http://propelorm.org/) - A fast ORM, migration library and query builder.
* [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.