From a22c6c35242c868b3e5f6c5e8b558c4976aab07e Mon Sep 17 00:00:00 2001 From: Ilya Gusev Date: Tue, 9 Jun 2015 12:44:37 +0300 Subject: [PATCH] Added IceFramework (http://www.iceframework.org/) Simple and fast PHP framework delivered as C-extension. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6700390..91fe144 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PPI Framework 2](http://www.ppi.io) - An interoperability framework. * [CakePHP](http://cakephp.org/) - A rapid application development framework. * [Phalcon](http://phalconphp.com/en/) - A framework implemented as a C extension. +* [Ice](http://www.iceframework.org/) - Another simple and fast PHP framework delivered as C-extension. ## Framework Extras *Extras related to web development frameworks.*