Browse Source

Merge pull request #376 from c9s/patch-2

Adding LazyRecord ORM
pull/573/head
Jad Bitar 10 years ago
parent
commit
fee12da3d7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -481,6 +481,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
481 481
 * [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
482 482
 * [Propel](http://propelorm.org/) - A fast ORM, migration library and query builder.
483 483
 * [Eloquent](https://github.com/illuminate/database) - A simple ORM (L5).
484
+* [LazyRecord](http://github.com/c9s/LazyRecord) - A fast ORM designed for simplicity, extendability and performance.
484 485
 * [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
485 486
 * [Spot2](https://github.com/vlucas/spot2) - A MySQL datamapper ORM.
486 487
 * [RedBean](http://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.

Loading…
Cancel
Save