TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: PHP Book for Advanced Programmers

1 点作者 malikolivier超过 4 年前
Hi!<p>I am contributing to a Laravel project written in PHP7.4.<p>I am looking for an up-to-date book to conceptually learn PHP for advanced programmers. It seems PHP has changed a lot in the recent years, so I would like to find a book which is relevant for current best practices in PHP.<p>What I am not looking for:<p>- a book aimed at beginners in programming (e.g. I don&#x27;t need to learn what a for-loop is).<p>- a book only about MySQL and web development with PHP.<p>Thanks!

1 comment

datashaman超过 4 年前
Not a book per se, but (since you mention Laravel) the Laravel framework documentation is excellent for high-level best practices for PHP web development.<p><a href="https:&#x2F;&#x2F;laravel.com&#x2F;docs&#x2F;7.x&#x2F;" rel="nofollow">https:&#x2F;&#x2F;laravel.com&#x2F;docs&#x2F;7.x&#x2F;</a><p>I reference this site when I&#x27;m unsure which approach to follow with PHP.<p><a href="https:&#x2F;&#x2F;phptherightway.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;phptherightway.com&#x2F;</a><p>If interoperability is important, the recommended standards make good reading.<p><a href="https:&#x2F;&#x2F;www.php-fig.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.php-fig.org&#x2F;</a>