Skip to main content

PHP-FIG Standards Guide

A comprehensive guide to PHP-FIG standards (PSRs) with practical examples and companion code.

0 of 14

Foundation

0/3

Core Infrastructure

0/3

HTTP Stack

0/4

Data & Caching

0/2

Specialized

0/2

Getting Started

Clone the companion repository to follow along with working examples:

git clone https://github.com/jonesrussell/php-fig-guide.git
cd php-fig-guide
composer install

Run the tests:

composer test
composer test -- --filter=PSR1
composer check-style