PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   PHP CLI Session   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CLI Session
Retrieve PHP CLI environment values
Author: By
Last change:
Date: 4 days ago
Size: 836 bytes
 

Contents

Class file image Download
{ "name": "peterujah/php-cli-session", "type": "library", "description": "A PHP library for managing and inspecting CLI session environments across platforms.", "keywords": [ "cli", "php", "session", "terminal", "shell", "php cli tools", "system info", "command line", "php stream", "ansi", "color" ], "license": "MIT", "authors": [ { "name": "Ujah Chigozie", "email": "[email protected]" } ], "require": { "php": "^7.4 || ^8.0" }, "autoload": { "psr-4": { "Peterujah\\Cli\\System\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "prefer-stable": true }