Download the PHP package pskuza/leakybucket without Composer
On this page you can find all versions of the php package pskuza/leakybucket. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pskuza/leakybucket
More information about pskuza/leakybucket
Files in pskuza/leakybucket
Download pskuza/leakybucket
More information about pskuza/leakybucket
Files in pskuza/leakybucket
Vendor pskuza
Package leakybucket
Short Description An implementation of the Leaky Bucket algorithm.
License MIT
Package leakybucket
Short Description An implementation of the Leaky Bucket algorithm.
License MIT
Please rate this library. Is it a good library?
Informations about the package leakybucket
LeakyBucket 
Leaky Bucket is an algorithm which works as follows:
- There is a bucket.
- The bucket has a defined leak and defined capacity.
- The bucket leaks at a constant rate.
- Overflows when full, will not add other drops to the bucket.
Install
php composer.phar require "pskuza/leakybucket"
Usage
Basic usage
For memcached use
Other functionality
You can also do great stuff with it through the methods that LeakyBucket provides.
Contributing
You can contribute by forking the repo and creating pull requests. You can also create issues or feature requests.
Checklist
- Your code complies with the PSR-2 standards. (check using the php-cs-checker)
- Your code is fully tested and PHPUnit tests are also supplied.
- Your code passes in TravisCI build.
- By contributing your code, you agree to license your contribution under the MIT license.
Boring legal stuff
This project is licensed under the MIT license. LICENSE
file can be found in this repository.
All versions of leakybucket with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package pskuza/leakybucket contains the following files
Loading the files please wait ....