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
This commit is contained in:
tigerb 2017-06-22 23:54:51 +08:00 committed by TIGERB
parent a55ba604ec
commit 37331ce6d3

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. * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
* [Zend Framework 2](https://framework.zend.com) - Another framework comprised of individual components (ZF2). * [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. * [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 ## Framework Extras
*Extras related to web development frameworks.* *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. * [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. * 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. * 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 ## PHP Magazines
*Fantastic PHP-related magazines.* *Fantastic PHP-related magazines.*