-
Throttle is a PHP library for throttling certain actions. The 'Throttle' library will setup intervals at which certain actions can be performed. This prevents the server from being over-crowded with the same request and is a very useful anti-flooding mechanism. Works with normal or AJAX requests alike. Features of Throttle:- Set the number of maximum times a request can be ...

