acc-create-psr17-http-factory
Installation
SKILL.md
PSR-17 HTTP Factories Generator
Overview
Generates PSR-17 compliant HTTP factory implementations for creating PSR-7 objects.
When to Use
- Creating PSR-7 messages in DI containers
- Testing HTTP interactions
- Building HTTP frameworks
- Decoupling from specific PSR-7 implementations
Template: HTTP Factory
<?php
declare(strict_types=1);