From 219dc0c2537018f80507f382fd60f4fbf02d56b2 Mon Sep 17 00:00:00 2001 From: Florent VIEL Date: Mon, 30 Jun 2014 09:20:40 +0200 Subject: [PATCH] Add: doctrine functions lib --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0fe779..b45af07 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library. * [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library. * [Phinx](https://github.com/robmorgan/phinx) - Another database migration library. +* [Doctrine Functions](https://github.com/luxifer/doctrine-functions) - Set of DQL functions for Doctrine ORM. ## NoSQL *Libraries for working with "NoSQL" backends.*