PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ettore Moretti   Kronos   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Kronos
Calculate the time PHP code takes to execute
Author: By
Last change:
Date: 6 years ago
Size: 608 bytes
 

Contents

Class file image Download
{ "name": "emoretti/kronos", "description": "Kronos is a PHP library, which allows to calculate the execution time of a page and code blocks (called CheckPoint), with an accuracy up to 1 ?s", "type": "library", "license": "MIT", "version": "1.0.0", "authors": [ { "name": "Ettore Moretti", "email": "info@ettoremoretti.com" } ], "config": { "platform": { "php": "5.0.0" } }, "minimum-stability": "stable", "autoload": { "psr-4": { "emoretti\\kronos\\": "src/" } } }