v0.1.0
0.1.0.0Windows Registry Reader.
MIT
The Requires
Wallogit.com
2017 © Pedro Peláez
Windows Registry Reader.
AMPHP is a collection of event-driven libraries for PHP designed with fibers and concurrency in mind.
amphp/windows-registry provides asynchronous access to the Windows Registry., (*1)
This package can be installed as a Composer dependency., (*3)
composer require amphp/windows-registry
WindowsRegistry has the two static methods listKeys and read:, (*4)
listKeys fetches all sub-keys of one key.read reads the value of the key.
Note that read doesn't convert any values and returns them as they're printed by reg query %s.amphp/windows-registry follows the semver semantic versioning specification like all other amphp packages., (*5)
If you discover any security related issues, please email me@kelunik.com instead of using the issue tracker., (*6)
The MIT License (MIT). Please see LICENSE for more information., (*7)
Windows Registry Reader.
MIT