From c8bc276041bb5c873fc061bb676f00b2987c82e9 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 13 Dec 2013 18:41:42 -0700 Subject: [PATCH] Add RedBean (suggestion by @Leimi). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index adb72ba..0c65d6c 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Eloquent](https://github.com/illuminate/database) - The Laravel 4 ORM. * [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent. * [Spot](https://github.com/vlucas/Spot) - A MySQL datamapper ORM. +* [RedBean](http://redbeanphp.com/) - A lightweight, configuration-less ORM. * [PHP ActiveRecord](https://github.com/kla/php-activerecord) - A PHP Active Record implementation. * [Paris and Idiorm](http://j4mie.github.io/idiormandparis/) - A minimalist database library. * [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.