前言

什麼是PSR?為什麼要遵照PSR

PHP Standard Recommendations(PHP標準建議) 是PSR的縮寫,由PHP FIG於2009年制定的PHP 開發規範,也可以說是開發的標準。

PHP Framework Interoperability Group(框架可行性小組)是PHP FIG的縮寫,他們並非PHP官方的組織,是由一群framework開發者所組成,但可以代表全球PHP社群的依據。

PSR的介紹

PSR-0: Autoloading Standard (自動載入標準)
PSR-1: Basic Coding Standard(基本撰寫寫作標準)
PSR-2: Coding Style Guide(撰寫程式風格指南)
PSR-3: Logger Interface (規範Logger的介面)
PSR-4: Autoloader (自動載入)
PSR-5: PHPDoc
PSR-6: Caching Interface
PSR-7: HTTP Message Interface
PSR-8: Huggable Interface
PSR-9: Security Advisories
PSR-10: Security Reporting Process
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
PSR-19: PHPDoc tags

PHP FIG官方網站:https://www.php-fig.org/psr/

tags: w3HexSchool PHP PSR