Libraries tagged by user features
bamberjp/dmwsphp
0 Favers
44 Downloads
44 Downloads
DMWS-PHP is a library that aims to simplify the use of the Digital Measures Web Services Platform for PHP Developers.
zeus-server/bandwidth-throttler
1 Favers
4 Downloads
4 Downloads
This library can be used to limit (throttle) the speed of files served for download. It intercepts the PHP script output by setting a buffering handler that is called every time a given number of bytes are served to the browser. The library measures the time since the last time the PHP output buffer was flushed and hold on PHP for a while if the average download speed is above a given limit.