PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of DigiLive   PHP Access Windows Registry Access   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Access Windows Registry Access
Access and manipulate the Windows registry values
Author: By
Last change:
Date: 2 years ago
Size: 907 bytes
 

Contents

Class file image Download
{ "name": "digilive/windows-registry", "description": "A small library for accessing and manipulating the Windows registry", "keywords": ["registry", "windows"], "type": "library", "license": "Apache-2.0", "authors": [ { "name": "DigiLive", "email": "info@digilive.nl", "homepage": "https://digilive.nl" }, { "name": "Stephen Coakley", "email": "me@stephencoakley.com", "homepage": "http://stephencoakley.com" } ], "replace": { "coderstephen/windows-registry": "v0.9.1" }, "require": { "php": "^7.2", "ext-com_dotnet": "*" }, "require-dev": { "phpunit/phpunit": "^8" }, "autoload": { "psr-4": { "Windows\\Registry\\": "src/", "Windows\\Registry\\Tests\\": "tests/" } } }