From 8532d30f8f4a6543bebcdf31b08989917ae52fe6 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Mon, 1 Apr 2013 15:21:28 +0000 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index 8b07cb8..53f9a5e 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -4,6 +4,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so * [Composer](http://getcomposer.org/)/[Packagist](http://packagist.org/) - A package and dependency manager. * [Composer Installers](https://github.com/composer/installers) - A multi framework Composer library installer. +* [Satis](https://github.com/composer/satis) - A static Composer repository generator. * [Symfony2](http://symfony.com/) - A framework comprised of individual components. * [Zend Framework 2](http://framework.zend.com) - Another framework comprised of individual components. * [Laravel 4](https://github.com/laravel/framework) - A simple PHP framework.