PHP Development Standards
PSR-[0-4]
PSR stands for Proposing a Standards Recommendation.
PSR-0 (Autoloading Standard)
PSR-1 (Basic Coding Standard)
PSR-2 (Coding Style Guide)
PSR-3 (Logger Interface)
PSR-4 (Improved Autoloading, can replace PSR-0)
PSR-1
PHP source files must use only the <?php and <?= tags.
Source code encoding must be UTF-8 without BOM.
A sour ...
Posted on Sun, 16 Aug 2026 16:01:03 +0000 by vboyz