From 2f7e3c6857e01a490f61283c0631cb2373de8740 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Wed, 8 May 2013 18:20:16 -0700 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index 28b4880..3e35661 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -176,6 +176,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things. * [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions. * [Propel](http://www.propelorm.org/) - A fast ORM. * [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. * [PHP ActiveRecord](https://github.com/kla/php-activerecord) - A PHP Active Record implementation. * [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.