Rest api request throttling

I wasn’t sure from the Laravel docs exactly how it works there, but there are a couple of security plugins (at least) that have rate limiting on a per-IP basis:

This may be more useful, however, as it is focused only on rate limiting and isn’t a product, and would be more flexible for you:

That one requires a persistent object cache — if you can’t use Memcache or Redis, there’s this (which you found):