PHPackages                             99x/craft-entry-explorer - 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. 99x/craft-entry-explorer

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

99x/craft-entry-explorer
========================

Check the content of the fields have better control and awareness of everything that is being used in the project, this way we can better cover the tests and be safer about possible changes to everything involving the entry (entry, section, fields, blocks, etc.). It is also very useful for redesign/facelift projects.

1.0.1(1y ago)168proprietaryPHPPHP &gt;=8.0.2

Since Jul 17Pushed 1y ago5 watchersCompare

[ Source](https://github.com/seeds/craft-entry-explorer)[ Packagist](https://packagist.org/packages/99x/craft-entry-explorer)[ RSS](/packages/99x-craft-entry-explorer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (11)Used By (0)

[![Total Downloads](https://camo.githubusercontent.com/563fc97f1f2daa3148dccd708f001d29e370600d4783d939b0939f771b34e268/68747470733a2f2f706f7365722e707567782e6f72672f3939782f63726166742d656e7472792d6578706c6f7265722f646f776e6c6f616473)](https://packagist.org/packages/99x/craft-entry-explorer)[![Latest Stable Version](https://camo.githubusercontent.com/82b7bd077909450dbbac09f2df826e4be92bcfe2528f89dd415ed24c7a6bac17/68747470733a2f2f706f7365722e707567782e6f72672f3939782f63726166742d656e7472792d6578706c6f7265722f762f737461626c65)](https://packagist.org/packages/99x/craft-entry-explorer)[![License](https://camo.githubusercontent.com/8c0b7b94b43d02201948da6b3085d18678d2d500436b12c36bfea3cc66224b2f/68747470733a2f2f706f7365722e707567782e6f72672f3939782f63726166742d656e7472792d6578706c6f7265722f6c6963656e7365)](https://packagist.org/packages/99x/craft-entry-explorer)

Craft Entry Explorer
====================

[](#craft-entry-explorer)

The Entry Explorer plugin helps to understand which fields that are in on a per entry basis.

This plugin was developed out of the need to easier perform code due diligence on large and complex projects that has evolved over time.

Initially the plugin will analyse all the content in a Craft CMS installation. When the analysis job is completed it’s possible to filter the report per field to see exactly where it’s in use.

The main goal is to identify abandoned fields that are no longer in use and that can be removed.

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 4.4.0 or later, and PHP 8.0.2 or later.

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

[](#installation)

You can install this plugin from the Plugin Store or with Composer.

#### From the Plugin Store

[](#from-the-plugin-store)

Go to the Plugin Store in your project’s Control Panel and search for “Entry Explorer”. Then press “Install”.

#### With Composer

[](#with-composer)

Open your terminal and run the following commands:

```
# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require seeds/craft-entry-explorer

# tell Craft to install the plugin
./craft plugin/install entry-explorer
```

Usage
-----

[](#usage)

#### Refresh button

[](#refresh-button)

When you click the refresh button, the EntryExplorerService will push the ImportPluginDataJob to the queue.

This job will get all the entries from your database and filter out empty fields from the entry's serialized values.

Only the used fields will be shown in the table.

It will also show you the pagination of the entries in the table that you can use to navigate through the entries.

#### Export to CSV button

[](#export-to-csv-button)

Export the entries to a CSV file.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance42

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.3% 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

Every ~7 days

Total

8

Last Release

613d ago

Major Versions

0.0.9 → 1.0.02024-08-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/fa3db845779c9398f1694b019ac6458a4a1426a3e9e6ababaf55a7c8916e7623?d=identicon)[egilfujikawanes](/maintainers/egilfujikawanes)

---

Top Contributors

[![alexandre-seeds](https://avatars.githubusercontent.com/u/175632773?v=4)](https://github.com/alexandre-seeds "alexandre-seeds (18 commits)")[![egilfujikawanes](https://avatars.githubusercontent.com/u/56950278?v=4)](https://github.com/egilfujikawanes "egilfujikawanes (3 commits)")[![alexandremonteiroleanonsystem](https://avatars.githubusercontent.com/u/67704569?v=4)](https://github.com/alexandremonteiroleanonsystem "alexandremonteiroleanonsystem (1 commits)")[![johannesSeeds](https://avatars.githubusercontent.com/u/177328145?v=4)](https://github.com/johannesSeeds "johannesSeeds (1 commits)")

### Embed Badge

![Health badge](/badges/99x-craft-entry-explorer/health.svg)

```
[![Health](https://phpackages.com/badges/99x-craft-entry-explorer/health.svg)](https://phpackages.com/packages/99x-craft-entry-explorer)
```

###  Alternatives

[spicyweb/craft-neo

A Matrix-like field type with block hierarchy

395798.1k10](/packages/spicyweb-craft-neo)[verbb/navigation

Create navigation menus for your site.

90683.7k17](/packages/verbb-navigation)[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

52664.9k12](/packages/solspace-craft-freeform)[verbb/comments

Add comments to your site.

13753.1k](/packages/verbb-comments)[craftcms/ckeditor

Edit rich text content in Craft CMS using CKEditor.

48359.1k52](/packages/craftcms-ckeditor)

PHPackages © 2026

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