PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dimitri Sitchet   PHP Sysinfo Command   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Sysinfo Command
Get the current machine CPU, memory, disk, etc.
Author: By
Last change:
Date: 1 year ago
Size: 854 bytes
 

Contents

Class file image Download
{ "name": "dimtrov/sysinfo", "description": "A lightweight tool to retrieve informations about your PHP environment", "type": "library", "license": "MIT", "authors": [ { "name": "Dimitri Sitchet Tomkeu", "email": "devcode.dst@gmail.com" } ], "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": { "Dimtrov\\Sysinfo\\": "src/" } }, "require": { "php": ">=7.4" }, "require-dev": { "blitz-php/coding-standard": "^1.0", "phpstan/phpstan": "^1.8" }, "scripts": { "analyze": "phpstan analyse", "cs": [ "php-cs-fixer fix --ansi --verbose --dry-run --diff" ], "cs-fix": [ "php-cs-fixer fix --ansi --verbose --diff" ] } }