PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kapil Sharma   PHP Reboot Stop Watch   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Reboot Stop Watch
Record time PHP blocks take to execute
Author: By
Last change: Fixing symfony insight issues
Updated travis config for code coverage
Date: 8 years ago
Size: 714 bytes
 

Contents

Class file image Download
{ "name": "phpreboot/stopwatch", "description": "PHP utility library for Stopwatch. Useful for optimization and other purpose.", "keywords": ["stopwatch", "timer"], "license": "MIT", "authors": [ { "name": "kapilsharma", "email": "kapil@kapilsharma.info", "homepage": "http://blog.kapilsharma.info", "role": "Developer" } ], "support": { "issues": "https://github.com/phpreboot/stopwatch/issues" }, "autoload": { "psr-4": {"Phpreboot\\": "src/Phpreboot"} }, "autoload-dev": { "psr-4": {"Phpreboot\\": "tests/Phpreboot"} }, "require": {}, "require-dev": { "phpunit/phpunit": "~4.8", "codeclimate/php-test-reporter": "dev-master" } }