PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexandre   PHP Benchmark Tool   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Benchmark Tool
Measure the time and memory that a PHP script uses
Author: By
Last change:
Date: 5 years ago
Size: 697 bytes
 

Contents

Class file image Download
{ "name": "sitphp/benchmarks", "description": "A simple tool for benchmarking", "keywords": ["php", "benchmark"], "homepage": "https://github.com/php-sit/benchmarks", "license": "MIT", "authors": [ { "name": "Alexandre GEISWILLER", "email": "alexandre.geiswiller@gmail.com" } ], "require": { "php": ">=7", "sitphp/helpers": "~1.2.6" }, "require-dev": { "gealex/doublit" : "~2.1.3" }, "autoload": { "psr-4": { "SitPHP\\Benchmarks\\": "src" } }, "autoload-dev": { "psr-4": { "SitPHP\\Benchmarks\\Tests\\": "tests" } } }