Add framework Easy PHP for Frameworks

add framework Easy PHP for Frameworks
This commit is contained in:
tigerb 2017-06-22 23:54:51 +08:00 committed by TIGERB
parent a55ba604ec
commit 78c1081311

View File

@ -127,6 +127,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
* [Zend Framework 2](https://framework.zend.com) - Another framework comprised of individual components (ZF2).
* [Ice](https://www.iceframework.org/) - Another simple and fast PHP framework delivered as C-extension.
* [Easy PHP](http://php.tigerb.cn/) - A Faster Lightweight Full-Stack PHP Framework.
## Framework Extras
*Extras related to web development frameworks.*
@ -982,6 +983,7 @@ Various resources, such as books, websites and articles, for improving your PHP
* [You're Being Lied To](http://blog.golemon.com/2007/01/youre-being-lied-to.html) - An article about internal ZVALs.
* Collecting Garbage: [1](http://php.net/manual/en/features.gc.refcounting-basics.php) [2](http://php.net/manual/en/features.gc.collecting-cycles.php) [3](http://php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
* PHP Source Code for Developers: [1](http://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers.html) [2](http://nikic.github.io/2012/03/16/Understanding-PHPs-internal-function-definitions.html) [3](http://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers_21.html) [4](http://nikic.github.io/2012/03/28/Understanding-PHPs-internal-array-implementation.html) - A series about the PHP source code.
* [Easy PHPer Tips](https://github.com/TIGERB/easy-tips) - A little Tips in my Code Career with PHP.
## PHP Magazines
*Fantastic PHP-related magazines.*