国外PHP学习网站书籍资料汇总

PHP网站

——PHP相关的有帮助的网站
PHP The Right Way: 一个PHP实践的快速参考指导
PHP Best Practices: PHP最佳实践指导
PHP Weekly: 一个PHP新闻周刊
PHP Security: PHP安全方面的指导
PHP FIG: PHP框架交互组
PHP UG: 一个帮助人们定位最近PHP用户组的网站
Seven PHP: 一个采访PHP社区用户的网站
Nomad PHP: 在线的PHP学习资源
PHP Mentoring: 点对点的PHP指导组织

 

其它网站

——与Web开发相关的有用网站

The Open Web Application Security Project (OWASP): 一个开源的软件安全社区
WebSec IO: Web安全社区资源
Web Advent: 适合Web开发者的日历
Semantic Versioning: 一个分析语义版本的网站
Atlassian Git Tutorials: 一个Git指导教程系列
Hg Init: Mercurial指导教程系列
Servers for Hackers: 关于服务器管理的新闻通讯

 

PHP书籍

——优秀的PHP相关书籍
Scaling PHP Applications: 一本Steve Corona写的关于PHP扩展应用的电子书
The Grumpy Programmer's Guide to Building Testable PHP Applications: 一本Chris Hartjes写的关于构建PHP测试应用的书
Grumpy PHPUnit: 一本Chris Hartjes写的关于使用PHPUnit单元测试的书
Mastering Object-Orientated PHP: 一本Brandon Savage写的关于PHP面向对象的书
Signaling PHP: 一本Cal Evans写的关于在CLI脚本中捕获PCNTL信号的书
Securing PHP: Core Concepts: 一本Chris Cornutt写的关于PHP常见安全问题和实践的书
Modernising Legacy Applications in PHP: 一本Paul M.Jones写的关于现代化PHP应用的书

 

其它书籍

——其它关于通用计算和Web开发的书籍
The Linux Command Line: 一本William Shotts写的关于Linux命令行的书
Understanding Computation: 一本Tom Stuart写的关于计算理论的书
The Tangled Web — Securing Web Applications: 一本Michal Zalewski写的关于Web安全应用的书
Elasticsearch: The Definitive Guide: 一本Clinton Gormley和Zachary Tong写的关于指导使用Elasticsearch的书
Eloquent JavaScript: 一本Marijn Haverbeke写的关于JavaScript编程的书
Vagrant Cookbook: 一本Erika Heidi写的关于创建Vagrant环境的书
Pro Git: 一本Scott Chacon和Ben Straub写的关于Git的书

 

PHP视频

——优秀的PHP相关视频
Taking PHP Seriously: Facebook的Keith Adams谈论关于PHP的优势
PHP Town Hall: Ben Edmunds和Phil Sturgeon的关于PHP的非正式播客
Programming with Anthony: 来自Anthony Ferrara的视频系列

 

PHP阅读

——PHP相关的阅读资料
Create Your Own PHP Framework: Fabien Potencier介绍的关于如何制作自己的PHP框架系列文章
Seven Ways to Screw Up BCrypt: 正确的BCrypt实现
Preventing CSRF Attacks: 关于防止CSRF攻击的文章
Don't Worry About BREACH: 关于BREACH和CSRF标记的文章
On PHP 5.3, Lamda Functions and Closures: 关于lambda函数和闭包的介绍
Use Env: 使用Unix环境帮助的文章
Composer Primer: Composer介绍
Composer Versioning: 关于Composer版本介绍的文章
Composer Stability Flags: 关于Composer稳定标记的介绍
Innocent Villagefolk or a Pillagin’ Pirate?: 一篇PHP受其它语言启发的文章
Predicting Random Numbers in PHP: 产生随机数的介绍
A 20 Point List for Preventing XSS in PHP: 一篇关于防止XSS的文章
PHP Sucks! But I Like It!: 介绍PHP利与弊的文章
PHP Is Much Better Than You Think: 讨论PHP与生态系统的关系

 

PHP内核阅读

——与PHP内核和性能相关的阅读材料
PHP RFCs: PHP RFCs主页
PHP Internals Book: 一本由三名核心开发者写的关于PHP内核的在线书籍
Print vs Echo, Which One is Faster?: 一篇关于输出函数的性能分析
The PHP Ternary Operator. Fast or Not?: 介绍关于三元运算的性能
Disproving the Single Quotes Myth: 一篇关于单引号和双引号字符串性能的文章
You're Being Lied To: 关于内核ZVALs的文章
How Long is a Piece of String: 关于字符串内核的文章
Understanding OpCodes: 关于操作码的介绍
How Foreach Works: StackOverflow上关于foreach的详细解答
When Does Foreach Copy?: 一篇介绍foreach原理的文章
How Big Are PHP Arrays (And Values) Really?: 一篇介绍数组array原理的文章
Why Objects (Usually) Use Less Memory Than Arrays: 一篇关于对象和数组的文章
PHP Evaluation Order: 一篇关于评价PHP中顺序的文章
PHP Source Code for Developers: 1 2 3 4: PHP源代码系列
Collecting Garbage: 1 2 3: 介绍PHP垃圾回收原理的系列


转载于:https://my.oschina.net/shyl/blog/364647

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Better PHP Development Published June 2017 Tools and techniques to make you a better developer PHP powers the vast majority of the web today. It is by far the most ubiquitous and accessible mature web language, and welcomes thousands of new developers every day. It is this ease of access that can, admittedly, sometimes give it a bad name - good resources are few and far in between, and the competition is real, driving people to take shortcuts, skip best practices, and learn on-the-fly. With PHP 7+ came some improvements that make it harder to make mistakes, and 7.2 is making things even safer, even more structured. If you’re just getting started with the language (or perhaps youve been using it a while and have learned some bad habits), you’re in luck. Not only will it be ever harder to slip up and make mistakes, but content such as this—hand picked from the excellent SitePoint PHP channel—will help you get started the right way. This collection comprises: How PHP Executes – from Source Code to Render by Thomas Punt Getting to Know and Love Xdebug by Bruno Škvorc Localization Demystified: Php-Intl for Everyone by Younes Rafie Event Sourcing in a Pinch by Christopher Pitt Disco with Design Patterns: A Fresh Look at Dependency Injection by Reza Lavaryan A Comprehensive Guide to Using Cronjobs by Reza Lavaryan Event Loops in PHP by Christopher Pitt PDO - the Right Way to Access Databases in PHP by Parham Doustdar Vagrant: The Right Way to Start with PHP by Bruno Škvorc This book is suitable for beginner- to intermediate-level PHP developers.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值