From 9589bab3afc11a83ffba020da281792c524bbefc Mon Sep 17 00:00:00 2001 From: Jamie York Date: Sun, 24 Mar 2013 21:23:56 +0000 Subject: [PATCH] --- awesome-php.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awesome-php.md b/awesome-php.md index fb381a6..49945d0 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -27,7 +27,9 @@ A list of amazingly awesome PHP libraries that you should consider using (and so * [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM. * [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine. * [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library. +* [Phinx](https://github.com/robmorgan/phinx) - Another database migration library. * [Propel](http://www.propelorm.org/) - A fast ORM. +* [Spot](https://github.com/vlucas/Spot) - A MySQL datamapper ORM. * [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper. * [Assetic](https://github.com/kriswallsmith/assetic) - An asset manager pipeline library. * [Pipe](https://github.com/CHH/pipe) - Another asset manager pipeline library.