https://github.com/snellingio/tokenbucket
Simple token bucket implementation
https://github.com/snellingio/tokenbucket
onroi php-7 php7 rate-limit rate-limiter rate-limiting snelling token-bucket
Last synced: about 1 month ago
JSON representation
Simple token bucket implementation
- Host: GitHub
- URL: https://github.com/snellingio/tokenbucket
- Owner: snellingio
- License: mit
- Created: 2017-03-07T02:05:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T01:09:23.000Z (about 9 years ago)
- Last Synced: 2025-03-06T06:11:56.168Z (about 1 year ago)
- Topics: onroi, php-7, php7, rate-limit, rate-limiter, rate-limiting, snelling, token-bucket
- Language: PHP
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TokenBucket
=========================
Simple token bucket implementation.
## Installation
```
composer require snelling/tokenbucket
```