| notice | This file is imported and can be edited at https://github.com/amphp/windows-registry/blob/1.x/README.md |
|---|---|
| title | Non-blocking Windows Registry Access in PHP |
| description | Learn how to read values from the Windows Registry. |
| image | undraw/undraw_welcome.svg |
| permalink | /windows-registry |
| source | https://github.com/amphp/windows-registry/blob/1.x/README.md |
| layout | docs |
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.
This package can be installed as a Composer dependency.
composer require amphp/windows-registryWindowsRegistry has the two static methods listKeys and read:
listKeysfetches all sub-keys of one key.readreads the value of the key. Note thatreaddoesn't convert any values and returns them as they're printed byreg query %s.
amphp/windows-registry follows the semver semantic versioning specification like all other amphp packages.
If you discover any security related issues, please email me@kelunik.com instead of using the issue tracker.
The MIT License (MIT). Please see LICENSE for more information.