前言
- 试问现在php的码农对psr规范了解多少。
- 写了几年代码的我,居然因不了解规范被鄙视!特此来交下学费
- 网上资料有很多,本文只做链接指引
什么是PSR
- PSR是PHP Standards Recommendation的简称,这个是php-fig组织制定的一套规范
-
Laravel China 社区翻译中文版
-
官方链接指引:(status: Accepted)
- [PSR-1]:Basic Coding Standard
- [PSR-3]:Logger Interface
- [PSR-4]:Autoloading Standard
- [PSR-6]:Caching Interface
- [PSR-7]:HTTP Message Interface
- [PSR-11]:Container Interface
- [PSR-12]:Extended Coding Style Guide
- [PSR-13]:Hypermedia Links
- [PSR-14]:Event Dispatcher
- [PSR-15]:HTTP Handlers
- [PSR-16]:Simple Cache
- [PSR-17]:HTTP Factories
- [PSR-18]:HTTP Client
-
github链接:
-
中文链接指引
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。