akirk / php-ratelimiter

A small class that uses Memcache to allow only a certain number of requests per a certain amount of minutes.
http://alexander.kirk.at/2013/04/19/add-a-rate-limit-to-your-website/
Other
39 stars 14 forks source link

Adjusted for memcached #6

Open kramer65 opened 6 years ago

kramer65 commented 6 years ago

Hallo Alexander,

For our own usage I adjusted this to work with memcached instead of memcache. If you're open to this you can merge. If you would rather keep it with memcache that's fine as well. In that case you might link to my version for people interested in the memcached version.

Whatever you do, have a beautiful day!