PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Francisco Núñez   PHP Web or Cli Detect   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Web or Cli Detect
Detect if PHP is running from CLI or a Web server
Author: By
Last change:
Date: 1 year ago
Size: 567 bytes
 

Contents

Class file image Download
{ "name": "arcanisgk/web-cli-detector", "description": "WEB CLI detector: is a library that allows any development to detect if it is running through the PHP CLI service or a Web Server", "type": "library", "license": "MIT", "autoload": { "psr-4": { "IcarosNet\\WebCLIDetector\\": "src/" } }, "authors": [ { "name": "Walter Nuñez", "email": "icarosnet@gmail.com" } ], "minimum-stability": "stable", "prefer-stable": true, "require": { "php": "^7.4" }, "config": { "optimize-autoloader": true } }