This skill provides Claude with a comprehensive knowledge base for PSR-4 autoloading, specifically tailored for modern PHP 8.4+ architectures including DDD, Hexagonal, and Clean Architecture. It enables Claude to perform autoloading audits, generate correct directory structures, fix namespace mismatches, and configure composer.json for various project types like Laravel packages or Symfony bundles. By integrating detection patterns and common mistake references, it ensures your PHP project's structure remains consistent, standards-compliant, and optimized for performance.
主な機能
01Composer.json autoload configuration snippets for various frameworks
0245 GitHub stars
03Automated detection patterns for finding namespace and class mismatches
04PHP 8.4 compatibility including support for readonly classes and enums
05Namespace-to-path mapping and FQCN validation formulas
06DDD-specific directory structure templates and layer mapping