-
This class can be used to store and retrieve keys and values from the Windows registry. It uses PHP's COM functionality to access the registry via WMI.
-
This PHP script can be used to register classes implemented abstract services. It may act as registry to keep track of classes that implement certain services defined by abstract interfaces. Registry and Service Locator can locate which registered classes implement requested services and return instances of objects of the service classes.Requirements:- PHP 5.0 or Higher
-
Windows NT, Windows 2000 and Windows 2003 platforms are supported.
-
Windows Registry classes can be used to store and retrieve the values of keys from the Windows registry. It uses a COM object to create, read, write and delete values of Windows registry keys.Windows Registry classes can also access sub-keys, retrieve their names, split the key path and get key value types.
-
PHP Registry is meant to store and retrieve key values in files. It can work as a registry that stores application configuration values. The class stores the values in registry values so they can later be retrieved in constants created with PHP define function.The package also comes with a sub-class that can be used as Web interface for editing the ...

