From ccf83286b2eb6d65485bf93105a702e4b87db7ac Mon Sep 17 00:00:00 2001 From: Jamie York Date: Sun, 9 Jun 2013 00:27:58 -0700 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index 9f412208..85edfca7 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -197,6 +197,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things. * [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. +* [Paris and Idiorm](http://j4mie.github.io/idiormandparis/) - A minimalist database library. * [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library. * [Phinx](https://github.com/robmorgan/phinx) - Another database migration library. * [Entities](https://github.com/kherge/Entities) - A Doctrine ORM service provider for Silex.