php
SKILL.md
PHP
Overview
Modern PHP (7.4+/8.x) patterns including typed properties, attributes, and modern OOP features.
Modern PHP Features
Type System
<?php
declare(strict_types=1);
Modern PHP (7.4+/8.x) patterns including typed properties, attributes, and modern OOP features.
<?php
declare(strict_types=1);