國外PHP學習網站書籍資料匯總
這篇文章匯總了全面多樣的PHP學習資源,包括書籍、網站、文章等,幫助你提高PHP開發能力,鞏固PHP知識。結合上一篇《重磅資料!Github上的PHP資源匯總大全》,一定可以讓你的PHP技術上一臺階。歡迎廣大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://github.com/ziadoz/awesome-php譯文:http://www.php100.com/html/dujia/2015/0106/8277.html(翻譯:PHP100_Zeroing)
相關文章:
