We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae4fec commit 8bcd2b3Copy full SHA for 8bcd2b3
rate_limiter.rst
@@ -622,16 +622,10 @@ You can configure multiple rate limiters to work together:
622
->policy('fixed_window')
623
->limit(2)
624
->interval('1 minute')
625
- ;
626
-
627
- $framework->rateLimiter()
628
->limiter('two_per_minute')
629
630
->limit(5)
631
->interval('1 hour')
632
633
634
635
->limiter('contact_form')
636
->policy('compound')
637
->limiters(['two_per_minute', 'five_per_hour'])
0 commit comments