Recommend this page to a friend! |
Classes of DigiLive | PHP Access Windows Registry Access | README.md | Download |
|
DownloadWindows Registry WrapperA small library for accessing and manipulating the Registry on Microsoft Windows systems. For that one time you need to access the Windows Registry in a PHP application. This library can be (and has been) used in production code, but please consider reading the disclaimer below before using. Features
Requirements
InstallationUse Composer:
Note: This package replaces package coderstephen/windows-registry v0.9.1 which has been abandoned. DocumentationFull API documentation is available online here. ExamplesBelow is an example of creating a new registry key with some values and then deleting them.
You can also iterate over subKeys and values using built-in iterators:
DisclaimerMessing with the Windows Registry can be dangerous; Microsoft has plenty of warnings about how it can destroy your installation. Not only should you be careful when accessing the Registry, this library is not guaranteed to be 100% safe to use and free of bugs. Use discretion, and test your code in a virtual machine if possible. We are not liable for any damages caused by this library. See the license for details. |