【更新时间:2019-4-17】
一、php相关
官方网站:
个人博客:
- 歪麦博客:https://www.awaimai.com/
- 雷雪松:https://www.leixuesong.cn/
- 老彭的博客:http://itopic.org/
- learnku社区:https://learnku.com/
开源框架:
- ThinkPHP:http://www.thinkphp.cn/ (官网)
Git仓库:https://github.com/top-think/think
官方手册:https://www.kancloud.cn/special/thinkphp5_quickstart - Laravel:https://laravel.com/(官网)
中文:https://www.golaravel.com/
Git仓库:https://github.com/laravel
社区:https://laravel-china.org/ - Yii:https://www.yiiframework.com/(官网)
Yii 2.0 权威指南:https://www.yiiframework.com/doc/guide/2.0/zh-cn
Git仓库:https://github.com/yiisoft
Yii2 Git仓库:https://github.com/yiisoft/yii2 - Symfony:https://symfony.com/(官网)
中文:http://www.symfonychina.com/ - Workerman:http://www.workerman.net/en/(高性能PHP Socket即时通讯框架)
中文网:https://www.workerman.net/
Git仓库:https://github.com/walkor/Workerman
看云手册:https://www.kancloud.cn/walkor/workerman
相关工具
- Composer:https://getcomposer.org/(官网)
中文版:https://www.phpcomposer.com/ - PHPStrom:http://www.jetbrains.com/phpstorm/
- PostMan:https://www.getpostman.com/
- Git:https://git-scm.com/
- Swoole:https://www.swoole.com/(PHP异步网络通信引擎)
Git仓库:https://github.com/swoole/swoole-src
中文文档:https://wiki.swoole.com/
推荐书籍:
- 《Modern PHP》Josh Lockhart 著 安道 译
本书示例代码:https://github.com/codeguy/modern-php
其它:
- PHP之道:https://phptherightway.com/(官网)
中文版:http://laravel-china.github.io/php-the-right-way/
中文版Git仓库:https://github.com/laravel-china/php-the-right-way
英文版Git仓库:https://github.com/codeguy/php-the-right-way
二、程序员钟爱的网站
权威类:
- W3C:https://www.w3.org/ (主要工作是规范Web标准)
W3C中国:http://www.chinaw3c.org/ - RFC:https://www.ietf.org/rfc/(收录互联网标准)
- Mozilla:https://developer.mozilla.org/zh-CN/
新闻类:
- InfoQ:https://www.infoq.cn/
论坛类:
- 开源中国:https://www.oschina.net/
- V2EX:https://www.v2ex.com/
- CSDN:https://blog.csdn.net/
- SegmentFault:https://segmentfault.com/
- 深度开源:http://www.open-open.com/lib/
- 码农网:http://www.codeceo.com/
教程类:
- W3C school:https://www.w3cschool.cn/
- 菜鸟教程:http://www.runoob.com/ (新手程序员的天堂)
- 慕课网:https://www.imooc.com/ (质量高,多数免费)
- 极客学院:http://www.jikexueyuan.com/(学习资源多)
- 麦子学院:http://www.maiziedu.com/(后起之秀)
- 百易教程:https://www.yiibai.com/
- 看云:https://www.kancloud.cn/explore(书集资源比较丰富)
- GitBook:https://www.gitbook.com/
- 实验楼:https://www.shiyanlou.com/
个人类:
- 阮一峰的网络日志:http://www.ruanyifeng.com/blog/
- 刘未鹏:http://mindhacks.cn/
其它:
- Stack Overflow:https://stackoverflow.com/(技术大牛多,素质好,质量高)