LearnPHP icon indicating copy to clipboard operation
LearnPHP copied to clipboard

《PHP学习资源大全》

LearnPHP

本项目是记录自己在学习PHP语言过程中遇到的一些优秀内容。包括优秀的学习资源或优秀的项目代码等。尽可能的理解PHP,尽可能的理解PHP漏洞原理,尽可能的挖掘PHP漏洞!作者:0e0w

关于PHP的学习教程,可以参考《365天深入理解PHP》。PHP是世界上最好的语言!

本项目创建于2020年9月27日,最近一次更新时间为2021年3月5日。本项目会持续更新,直到海枯石烂。

01-PHP资源

  • https://github.com/0e0w/LearnPHP
  • https://github.com/ziadoz/awesome-php
  • https://github.com/shockerli/php-awesome
  • https://github.com/jobbole/awesome-php-cn

一、基础书籍

二、视频教程

三、算法学习

四、Web开发

五、英文资源

六、论坛版块

  • [ ] https://www.php.cn

七、面试资料

八、其它资源

  • [ ] https://github.com/TIGERB/easy-tips
  • [ ] https://github.com/VKCOM/kphp
  • [ ] https://github.com/composer/composer
  • [ ] https://github.com/superve/php-development
  • [ ] https://github.com/wudi/php-internals-material
  • [ ] https://github.com/pangudashu/php7-internal

02-PHP框架

本部分收集整理PHP框架以及框架的漏洞。

一、ThinkPHP

  • [ ] http://www.thinkphp.cn

二、Yii

  • [ ] https://xz.aliyun.com/t/8307
  • [ ] https://www.yiiframework.com

三、Laravel

  • [ ] https://laravel.com
  • [ ] https://github.com/laravel/laravel

四、laravel-admin

  • [ ] https://laravel-admin.org

五、zendframwork

六、SpeedPHP

03-PHP项目

  • [ ] https://github.com/simon816/PHPDeobfuscator
  • [ ] https://github.com/BookStackApp/BookStack
  • [ ] https://github.com/linuxserver/Heimdall

04-PHP漏洞

  • https://github.com/0e0w/HackPHP

05-PHP安全

本部分收集整理使用PHP写的安全工具。

  • https://github.com/topics/xss?l=php

  • https://github.com/topics/xss-attacks?l=php

一、Webshell

  • [ ] https://github.com/tennc/webshell
  • [ ] https://github.com/flozz/p0wny-shell
  • [ ] https://github.com/mIcHyAmRaNe/wso-webshell
  • [ ] https://github.com/lcatro/PHP-WebShell-Bypass-WAF
  • [ ] https://github.com/flozz/p0wny-shell

二、域名扫描

三、密码爆破

四、端口扫描

五、目录扫描

六、Web安全

七、漏洞扫描

  • [ ] https://github.com/Cvar1984/sqlscan
  • [ ] https://github.com/radenvodka/SVScanner
  • [ ] https://github.com/Tuhinshubhra/RED_HAWK

八、代理隧道

  • [ ] https://github.com/MorouU/php_light_agent
  • [ ] https://github.com/ZeroDream-CN/SakuraPanel

九、病毒免杀

十一、其他项目

  • [ ] https://github.com/4x99/code6
  • [ ] https://github.com/Raikia/FiercePhish
  • [ ] https://github.com/Hunter-0x07/HBScanner
  • [ ] https://github.com/GemGeorge/SniperPhish
  • [ ] https://github.com/smaranchand/bucky
  • [ ] 《漫谈PHP反汇编器/反编译器》

06-PHP老师

此处排名不分先后,向自己在学习PHP语言过程中遇到的每一位优秀老师致敬。感谢感谢!

一、PHP教程资源

  • 高洛峰-《细说PHP》作者

二、PHP语言参考