nouvu/windows-nircmd

Computer management in Windows OC using the Facade API in php

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

This package is auto-updated.

Last update: 2024-04-24 21:06:49 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...