Trogladite Software Logo
PHP-WMI
PHP-WMI

PHP-WMI is a PHP class which allows you to access Windows Management Instrumentation information.

It is currently in the early stages of development.  Currently supported features are listed below:

  • Obtaining a list of all registered WMI Classes, as well as testing for the existence of specific classes
  • Obtaining a list of WMI methods for a particular class, and executing them.
  • Listing instances for a particular WMI class
  • Executing a WQL query.