PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Benchmark Timer Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Benchmark Timer Class
Measure the time that passed within a code section
Author: By
Last change:
Date: 5 years ago
Size: 444 bytes
 

Contents

Class file image Download
{ "name": "lablnet/benchmark", "description": "PHP benchmark package.", "keywords": ["php", "benchmark","timer","free","package","Lablnet"], "license": "MIT", "authors": [ { "name": "Malik Umer Farooq", "email":"lablnet01@gmail.com", "homepage": "https://zestframework.com" } ], "autoload": { "psr-4": { "Lablnet\\": "src/" } } }