PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of nvb   PHP Memory Limit Manager   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Memory Limit Manager
Set the PHP memory limit and check if is exceeded
Author: By
Last change:
Date: 4 years ago
Size: 1,245 bytes
 

Contents

Class file image Download
{ "description": "free as in freedom php component to validate if your script is reaching the allowed maximum memory usage", "keywords": [ "bazzline", "psr", "psr-4", "php", "component", "memory", "limit", "memory limit", "maximum memory", "memory limit manager", "memory manager", "memory limit manager", "lgpl", "free as in freedom" ], "license": "LGPL-3.0", "name": "net_bazzline/php_component_memory_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.4", "phpunit/phpunit": "~4.8||~5.2" }, "autoload": { "psr-4": { "Net\\Bazzline\\Component\\MemoryLimitManager\\": "source/" } }, "autoload-dev": { "psr-4": { "Test\\Net\\Bazzline\\Component\\MemoryLimitManager\\": "test/" } } }