![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/vendor/bandwidth-throttle/token-bucket/ |
{ "name": "bandwidth-throttle/token-bucket", "type": "library", "description": "Implementation of the Token Bucket algorithm.", "keywords": ["token bucket", "bandwidth", "rate limit", "throttle", "throttling", "rate limiting"], "homepage": "https://github.com/bandwidth-throttle/token-bucket", "license": "WTFPL", "authors": [ { "name": "Markus Malkusch", "email": "[email protected]", "homepage": "http://markus.malkusch.de", "role": "Developer" } ], "autoload": { "psr-4": {"bandwidthThrottle\\tokenBucket\\": "classes/"} }, "require": { "php": ">=5.6", "malkusch/lock": "^1", "ext-bcmath":"*" }, "require-dev": { "ext-redis": "^2.2.4|^3", "predis/predis": "^1", "phpunit/phpunit": "^5", "mikey179/vfsStream": "^1.5.0", "php-mock/php-mock-phpunit": "^1" }, "archive": { "exclude": ["/tests"] } }