> Last Updated: 2017-03-16 03:10:55 +0000 由 [LARAVEL CHINA 社区](https://laravel-china.org/) 维护
目前网络上充斥着大量的过时资讯,让 PHP 新手误入歧途,并且传播着错误的实践以及不安全的代码。PHP 之道 收集了现有的 PHP 最佳实践、编码规范和权威学习指南,方便 PHP 开发者阅读和查找
使用 PHP 沒有规范化的方式。本网站主要是向 PHP 新手介绍一些他们没有发现或者是太晚发现的主题, 或是经验丰富的专业人士已经实践已久的做法提供一些新想法。本网站也不会告诉您应该使用什么样的工具,而是提供多种选择的建议,并尽可能地说明方法及用法上的差异。
> 当有更多有用的资讯以及范例时,此文件会随着相关技术的发展而持续更新。
## 翻译
PHP 之道 已经翻译成多种语言:
* [English](http://www.phptherightway.com/)
* [Bulgarian](http://bg.phptherightway.com/)
* [Chinese (Simplified)](http://laravel-china.github.io/php-the-right-way/)
* [Chinese (Traditional)](http://laravel-taiwan.github.io/php-the-right-way/)
* [French](http://eilgin.github.io/php-the-right-way/)
* [German](http://rwetzlmayr.github.io/php-the-right-way/)
* [Indonesian](http://id.phptherightway.com/)
* [Italian](http://it.phptherightway.com/)
* [Japanese](http://ja.phptherightway.com/)
* [Korean](http://modernpug.github.io/php-the-right-way/)
* [Persian](http://novid.github.io/php-the-right-way/)
* [Polish](http://pl.phptherightway.com/)
* [Portuguese](http://br.phptherightway.com/)
* [Romanian](https://bgui.github.io/php-the-right-way/)
* [Russian](http://getjump.github.io/ru-php-the-right-way)
* [Serbian](http://smatejic.github.io/php-the-right-way/)
* [Slovenian](http://sl.phptherightway.com/)
* [Spanish](http://phpdevenezuela.github.io/php-the-right-way/)
* [Thai](https://apzentral.github.io/php-the-right-way/)
* [Turkish](http://hkulekci.github.io/php-the-right-way/)
* [Ukrainian](http://iflista.github.com/php-the-right-way/)
## 书本
最新版本的 *PHP 之道* 包含 PDF, EPUB 和 MOBI 版本,可以在 [Leanpub](https://leanpub.com/phptherightway) 上购买。
## 如何参与
帮助我们让本网站作为 PHP 新手的最佳资源![在 GitHub 上贡献](https://github.com/summerblue/php-the-right-way/tree/gh-pages)
## 推广
_PHP: 您可以在网站上放置 PHP之道 的横幅来支持我们,让 PHP 的新人知道哪里可以获取到好的资料!
[广告横幅](http://laravel-china.github.io/php-the-right-way/banners.html)
- 欢迎
- 入门指南
- 使用当前稳定版本
- 内置的WEB服务器
- Mac安装
- Windows安装
- 代码风格指南
- 语言亮点
- 编程范式
- 命名空间
- PHP标准库
- 命令行接口
- Xdebug
- 依赖管理
- Composer 与 Packagist
- PEAR
- 开发实践
- 基础知识
- 日期和时间
- 设计模式
- 使用UTF8编码
- 依赖注入
- 基本概念
- 复杂的问题
- 容器
- 延伸阅读
- 数据库
- MYSQL 扩展
- PDO 扩展
- 数据库交互
- 数据库抽象层
- 使用模板
- 好处
- 原生PHP模板
- 编译模板
- 延伸阅读
- 错误与异常
- 错误
- 异常
- 安全
- Web应用程序安全
- 密码哈希
- 数据过滤
- 配置文件
- 注册全局变量
- 错误报告
- 测试
- 测试驱动开发
- 行为驱动开发
- 其他测试工具
- 服务器与部署
- Platform as a Service (PaaS)
- 虚拟或专用服务器
- 共享服务器
- 构建及部署应用
- 虚拟化
- Vagrant
- Docker
- 缓存
- Opcode缓存
- 对象缓存
- 文档撰写
- 资源
- 社区
- Credits