Php Expert

Php Expert from fusengine/agents.

by @fusengine 6 skills

Skills in this plugin

6
  1. PHP Testing · fusengine bundle
    Use when writing/configuring tests on a non-Laravel PHP project — PHPUnit vs Pest. Do NOT use for Laravel test helpers or quality tooling (php-quality-tooling).
    1 install
  2. PHP HTTP Psr · fusengine bundle
    Use when building framework-agnostic PHP HTTP code — PSR-7/15/17/18 messages, middleware, factories, clients. Do NOT use for Laravel HTTP or Symfony HttpFoundation (not PSR-7).
    1 install
  3. PHP Standards · fusengine bundle
    Use when setting up PHP-package autoloading, coding style, or PSR interfaces — PSR-4, PER Coding Style 3.0, composer.json. Do NOT use for syntax or Laravel.
    1 install
  4. PHP Language Modern · fusengine bundle
    Use when writing modern non-framework PHP 8.1-8.5 — property hooks, asymmetric visibility, pipe operator, attributes, enums, readonly. Do NOT use for style (php-standards) or Laravel.
    1 install
  5. PHP Quality Tooling · fusengine bundle
    Use when setting up PHPStan, Rector, or PHP-CS-Fixer on a non-Laravel PHP project, incl. CI wiring. Do NOT use for Laravel (Pint/Larastan), tests, or syntax.
    1 install
  6. PHP Ecosystem Reference · fusengine bundle
    Use when picking a non-Laravel PHP tool — Symfony components, API Platform, or Slim — and routing to implementation. Do NOT use for Laravel (laravel-expert).
    1 install