PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of nvb   PHP Time Limit Manager   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Time Limit Manager
Check if the PHP execution time limit was reached
Author: By
Last change:
Date: 3 years ago
Size: 1,223 bytes
 

Contents

Class file image Download
{ "description": "free as in freedom php component to validate if your script is reaching the allowed maximum runtime", "keywords": [ "php", "bazzline", "psr", "psr-4", "component", "runtime", "limit", "runtime limit", "maximum runtime", "time limit manager", "runtime manager", "runtime limit manager", "lgpl", "free as in freedom" ], "license": "LGPLv3", "name": "net_bazzline/php_component_time_limit_manager", "type": "library", "authors": [ { "email": "artodeto@bazzline.net", "homepage": "https://artodeto.bazzline.et", "name": "Stev Leibelt", "role": "Developer" } ], "minimum-stability": "dev", "require": { "php": ">=5.3.3" }, "require-dev": { "mockery/mockery": "0.9.*", "phpunit/phpunit": "~4.8||~5.5" }, "autoload": { "psr-4": { "Net\\Bazzline\\Component\\TimeLimitManager\\": "source/" } }, "autoload-dev": { "psr-4": { "Test\\Net\\Bazzline\\Component\\TimeLimitManager\\": "test/" } } }