关于
The Symfony Rate Limiting skill provides expert guidance on implementing the Symfony RateLimiter component to protect your application from abuse and manage traffic flow. It offers domain-specific patterns for configuring sliding window, token bucket, and fixed window policies tailored for various scenarios like login throttling, API consumption tiers, and resource-heavy background tasks. By integrating this skill, developers can quickly implement secure controllers, event subscribers for global enforcement, and automated HTTP header responses (like Retry-After) to ensure high availability and fair usage of web resources.