PHPackages                             ccharz/laravel-data-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. [CLI &amp; Console](/categories/cli)
4. /
5. ccharz/laravel-data-explorer

ActiveLibrary[CLI &amp; Console](/categories/cli)

ccharz/laravel-data-explorer
============================

v0.1.1(1y ago)134MITPHPPHP ^8.3CI passing

Since Feb 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ccharz/laravel-data-explorer)[ Packagist](https://packagist.org/packages/ccharz/laravel-data-explorer)[ RSS](/packages/ccharz-laravel-data-explorer/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (3)Dependencies (8)Versions (4)Used By (0)

Laravel Data Explorer
=====================

[](#laravel-data-explorer)

Warning

This is still beta software - use with caution.

About
-----

[](#about)

This package provides a terminal user interface to explore the tables of your database.

[![data_explorer](https://private-user-images.githubusercontent.com/2725238/408857005-d93ccfaa-8704-4929-9f71-627f302819ef.jpg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODU3OTkxMjIsIm5iZiI6MTc4NTc5ODgyMiwicGF0aCI6Ii8yNzI1MjM4LzQwODg1NzAwNS1kOTNjY2ZhYS04NzA0LTQ5MjktOWY3MS02MjdmMzAyODE5ZWYuanBnP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDgwMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA4MDNUMjMxMzQyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9N2NiNDU0NGRiN2ExNzY5OTdjZTg5ZGNiZDFmYmM4ZTgzNmI4N2NkZTNmNTk3MWYxMzNlZDZhYzU2YTZjZGQxMCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGanBlZyJ9.zMQuR92lwIDvSwry-oc2R7ghcLcfdIGd0dpa9TR-i1w)](https://private-user-images.githubusercontent.com/2725238/408857005-d93ccfaa-8704-4929-9f71-627f302819ef.jpg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODU3OTkxMjIsIm5iZiI6MTc4NTc5ODgyMiwicGF0aCI6Ii8yNzI1MjM4LzQwODg1NzAwNS1kOTNjY2ZhYS04NzA0LTQ5MjktOWY3MS02MjdmMzAyODE5ZWYuanBnP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDgwMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA4MDNUMjMxMzQyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9N2NiNDU0NGRiN2ExNzY5OTdjZTg5ZGNiZDFmYmM4ZTgzNmI4N2NkZTNmNTk3MWYxMzNlZDZhYzU2YTZjZGQxMCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGanBlZyJ9.zMQuR92lwIDvSwry-oc2R7ghcLcfdIGd0dpa9TR-i1w)

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

[](#installation)

```
composer require ccharz/laravel-data-explorer
```

Usage
-----

[](#usage)

```
php artisan data-explorer
```

You can also specify the database connection which should be used:

```
php artisan data-explorer --connection=sqlite
```

ToDo
----

[](#todo)

- Jump To Foreign Key Target
- Show full table values in sidebar
- Filter data
- Show indices
- Paginate manual sql
- Re-Render on resize

License
-------

[](#license)

Laravel Data Explorer is licensed under [The MIT License (MIT)](LICENSE).

Acknowledgments
---------------

[](#acknowledgments)

A big **Thank You** goes out to [Aaron Francis](https://github.com/aarondfrancis), [Joe Tannenbaum](https://github.com/joetannenbaum) and the [Contributors of Laravel Prompts](https://github.com/laravel/prompts) for all their work on Laravel Terminal-User-Interfaces.

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 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

Every ~12 days

Total

3

Last Release

538d ago

### Community

Maintainers

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

---

Top Contributors

[![ccharz](https://avatars.githubusercontent.com/u/2725238?v=4)](https://github.com/ccharz "ccharz (7 commits)")

---

Tags

database-managementlaravellaravel-packageterminalterminal-ui

###  Code Quality

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ccharz-laravel-data-explorer/health.svg)

```
[![Health](https://phpackages.com/badges/ccharz-laravel-data-explorer/health.svg)](https://phpackages.com/packages/ccharz-laravel-data-explorer)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.6M7.3k](/packages/illuminate-console)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M319](/packages/laravel-ai)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.6k26.0M804](/packages/laravel-boost)[nativephp/mobile

NativePHP for Mobile

1.1k102.1k146](/packages/nativephp-mobile)[whatsdiff/whatsdiff

See what's changed in your project's dependencies

761.4k](/packages/whatsdiff-whatsdiff)

PHPackages © 2026

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