From c4114dba9c5f51d7aa8d35d93d9c4bc4c6931cd9 Mon Sep 17 00:00:00 2001 From: ziadoz Date: Tue, 18 Sep 2012 14:33:18 -0700 Subject: [PATCH] --- awesome-php.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awesome-php.md b/awesome-php.md index e65fece..128cd43 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -15,7 +15,8 @@ A list of amazingly awesome PHP libraries that you should be using: * [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM. * [Propel](http://www.propelorm.org/) - A fast ORM. * [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper. -* [Assetic](https://github.com/kriswallsmith/assetic) - An asset manager. +* [Assetic](https://github.com/kriswallsmith/assetic) - An asset manager pipeline library. +* [Pipe](https://github.com/CHH/pipe) - Another asset manager pipeline library. * [Imagine](http://imagine.readthedocs.org/en/latest/index.html) - An image manipulation library. * [PHP Image Workshop](https://github.com/Sybio/ImageWorkshop) - Another image manipulation library. * [Monolog](https://github.com/Seldaek/monolog) - A comprehensive logger.