Category: PHP

Couchbase API rate limiter

If you are building any kind of API then you know, or at least you should know, that limiting the number of requests is one of the most important parts of your system. You don't want to allow anyone to hammer your endpoints without any kind of limitations. The more popular your app is becoming, the more you have to care about protecting your API endpoints.