From 37331ce6d363b2bfb40c50c9d01a68383ca183a8 Mon Sep 17 00:00:00 2001 From: tigerb <624661874@qq.com> Date: Thu, 22 Jun 2017 23:54:51 +0800 Subject: [PATCH] Add add framework Easy PHP for Frameworks and Easy Tips for PHP Internals Reading add framework Easy PHP for Frameworks add Easy Tips for PHP Internals Reading --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b686e9..5b685be 100644 --- a/README.md +++ b/README.md @@ -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.*