From e4823d89dd74c10d2f0f343d1557d40542fac839 Mon Sep 17 00:00:00 2001 From: c9s Date: Thu, 4 Feb 2016 22:12:30 +0800 Subject: [PATCH] Add LazyRecord --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b475ab..2d602de 100644 --- a/README.md +++ b/README.md @@ -475,6 +475,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions. * [Propel](http://propelorm.org/) - A fast ORM, migration library and query builder. * [Eloquent](https://github.com/illuminate/database) - A simple ORM (L5). +* [LazyRecord](http://github.com/c9s/LazyRecord) - A fast ORM designed for simplicity, extendability and performance. * [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent. * [Spot2](https://github.com/vlucas/spot2) - A MySQL datamapper ORM. * [RedBean](http://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.