amphp / windows-registry
Windows Registry Reader.
Fund package maintenance!
amphp
Installs: 11 308 623
Dependents: 3
Suggesters: 0
Security: 0
Stars: 97
Watchers: 7
Forks: 3
Open Issues: 0
Requires
- php: >=8.1
- amphp/byte-stream: ^2
- amphp/process: ^2
Requires (Dev)
- amphp/php-cs-fixer-config: ^2
- psalm/phar: ^5.4
README
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.
Installation
This package can be installed as a Composer dependency.
composer require amphp/windows-registry
Usage
WindowsRegistry
has the two static methods listKeys
and read
:
listKeys
fetches all sub-keys of one key.read
reads the value of the key. Note thatread
doesn't convert any values and returns them as they're printed byreg query %s
.
Versioning
amphp/windows-registry
follows the semver semantic versioning specification like all other amphp
packages.
Security
If you discover any security related issues, please email me@kelunik.com
instead of using the issue tracker.
License
The MIT License (MIT). Please see LICENSE
for more information.