nouvu/windows-nircmd

Computer management in Windows OC using the Facade API in php

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/nouvu/windows-nircmd

v0.0.1 2023-06-24 19:20 UTC

This package is auto-updated.

Last update: 2025-09-25 00:21:36 UTC


README

Computer management in Windows OC using the Facade API in PHP

Latest Unstable Version License

composer require nouvu/windows-nircmd

Example:

$cmd = new Nouvu\Windows\Nircmd;

$cmd -> savescreenshot( filename:'test.png', x:496, y:308, w:474, h:503 );

Documentation...