PHPackages                             nhphero/throttle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. nhphero/throttle

ActiveLibrary

nhphero/throttle
================

A Simple PHP package for throttling and rate limiting

1.0.4(5y ago)1735MITPHP

Since Nov 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/nhphero/throttle)[ Packagist](https://packagist.org/packages/nhphero/throttle)[ RSS](/packages/nhphero-throttle/feed)WikiDiscussions main Synced 6d ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

Simple PHP Throttle
===================

[](#simple-php-throttle)

This is yet another Throttling library for PHP applications, that provides a throttling interface and a flexible API for implementing custom throttling algorithms (aka providers) and storage strategies.

Installation
------------

[](#installation)

```
$ composer require nhphero/throttle

```

Basic Usage
-----------

[](#basic-usage)

```
