PHPackages                             makeweb/wordpress-inspector - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. makeweb/wordpress-inspector

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

makeweb/wordpress-inspector
===========================

Detect theme information and other information about your wordpress installation

1.0.0(7y ago)019PHP

Since Sep 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/makewebau/makeweb-inspector)[ Packagist](https://packagist.org/packages/makeweb/wordpress-inspector)[ RSS](/packages/makeweb-wordpress-inspector/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (2)Used By (0)

MakeWeb Wordpress Inspector
===========================

[](#makeweb-wordpress-inspector)

Provides an API to easily access information about your Wordpress installation, it's themes and plugins.

Installation
------------

[](#installation)

### With Composer

[](#with-composer)

```
composer require makeweb/wordpress-inspector

```

### Basic Usage

[](#basic-usage)

```
require __DIR__.'/vendor/autoload.php';

$inspector = new MakeWeb\WordpressInspector\Inspector;

echo($inspector->themeName());

```

### `MakeWeb\WordpressInspector\Inspector` class API

[](#makewebwordpressinspectorinspector-class-api)

#### `themeName()`

[](#themename)

Returns the name of the current theme.

#### `themeVersion()`

[](#themeversion)

Returns the version string of the current theme.

#### `themeHasParent()`

[](#themehasparent)

Returns true if the current theme has a parent theme.

#### `themeIsChild()`

[](#themeischild)

Returns true if the current theme is a child theme.

#### `usesDiviTheme()`

[](#usesdivitheme)

Returns true if the Divi theme is installed.

#### `usesDiviBuilder()`

[](#usesdivibuilder)

Returns true if the Divi Builder plugin is installed.

#### `parentThemeVersion()`

[](#parentthemeversion)

Returns the version string of the current theme's parent theme or `NULL` if the current theme has no parent theme.

#### `parentThemeName()`

[](#parentthemename)

Returns the name of the current theme's parent theme or `NULL` if the current theme has no parent theme.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2802d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f37a083266b9624a0b945354a06ec34e80e00816676179ba9065d626c7b5b6c?d=identicon)[MakeWeb](/maintainers/MakeWeb)

---

Top Contributors

[![AndrewFeeney](https://avatars.githubusercontent.com/u/13425337?v=4)](https://github.com/AndrewFeeney "AndrewFeeney (5 commits)")

### Embed Badge

![Health badge](/badges/makeweb-wordpress-inspector/health.svg)

```
[![Health](https://phpackages.com/badges/makeweb-wordpress-inspector/health.svg)](https://phpackages.com/packages/makeweb-wordpress-inspector)
```

###  Alternatives

[elgentos/regenerate-catalog-urls

Regenerate Catalog URL Rewrites (products, categories, cms pages)

2832.5M](/packages/elgentos-regenerate-catalog-urls)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
