create-rate-limiter - PHP 8.4 Rate Limiter Generator
Generates Rate Limiter pattern infrastructure for PHP 8.4 with multiple algorithms
Tags
Updated: 2026-03-10Capabilities
Typical Inputs
Typical Outputs
What this skill does
- generate interface
- create algorithm implementation
- create storage implementation
- generate unit tests
- create exception classes
- generate result value object
Inputs
- algorithm type
- storage configuration
- rate parameters
- Redis connection
Outputs
- RateLimiterInterface file
- algorithm implementation files
- storage implementation files
- unit test files
- exception classes
- RateLimitResult class
Requirements
- PHP 8.4
- Redis server
- code generator tool
