PHPackages                             fbnkcmaster/xdbshow - 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. fbnkcmaster/xdbshow

ActiveLibrary

fbnkcmaster/xdbshow
===================

Package description here

v0.1.0(4y ago)2131MITPHPPHP ^7.4|^8.0

Since May 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/FBNKCMaster/xDBShow)[ Packagist](https://packagist.org/packages/fbnkcmaster/xdbshow)[ Docs](https://github.com/FBNKCMaster/xDBShow)[ RSS](/packages/fbnkcmaster-xdbshow/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

[![xDBShow Logo](xDBShow_Logo.png)](xDBShow_Logo.png)
=====================================================

[](#)

> ### xDBShow is a Laravel package that let you browse your database easily.
>
> [](#xdbshow-is-a-laravel-package-that-let-you-browse-your-database-easily)
>
> ### Think of it like a read-only PhpMyAdmin for your deployed Laravel application.
>
> [](#think-of-it-like-a-read-only-phpmyadmin-for-your-deployed-laravel-application)

[![Latest Version on Packagist](https://camo.githubusercontent.com/43ca0af357af3739b877790d7eb32f1ad8f85d3c1a09187f15f170928878bdb9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66626e6b636d61737465722f78646273686f772e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fbnkcmaster/xdbshow)[![Total Downloads](https://camo.githubusercontent.com/24dfc7f7da2ed530bf6ef5fa208a9154897ccabcbb45f1b906abb6c942c3be33/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f66626e6b636d61737465722f78646273686f772e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fbnkcmaster/xdbshow)

---

Preview
-------

[](#preview)

##### Listing Tables

[](#listing-tables)

[![List Tables](List_Tables.png)](List_Tables.png)

##### Browsing a Table

[](#browsing-a-table)

[![Browse a Table](Browse_Table.png)](Browse_Table.png)

---

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

[](#installation)

You can install the package via composer:

```
composer require fbnkcmaster/xdbshow
```

Then publish its assets:

```
php artisan vendor:publish --tag=xdbshow --force
```

To publish the config file run this command:

```
php artisan vendor:publish --provider="FBNKCMaster\xDBShow\Providers\ServiceProvider" --tag="config" --force
```

Usage
-----

[](#usage)

After installation, you can access the interface via the default route:

```
https://[yourdomain.tld]/admin/xdbshow
```

But, before you can access this endpoint, make sure you have specified the name of the admin middleware in the config file (by changing 'auth\_admin\_middleware' =&gt; null). Otherwise, we assume that you have an "isAdmin()" method in the User model of your application.

In the config file you can also specify "hidden\_tables" and "hidden\_columns" you don't want to display.

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [FBNKCMaster](https://github.com/fbnkcmaster)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Unknown

Total

1

Last Release

1502d ago

### Community

Maintainers

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

---

Top Contributors

[![FBNKCMaster](https://avatars.githubusercontent.com/u/17050551?v=4)](https://github.com/FBNKCMaster "FBNKCMaster (3 commits)")

---

Tags

laravellaravel-packagepackageFBNKCMasterxDBShow

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fbnkcmaster-xdbshow/health.svg)

```
[![Health](https://phpackages.com/badges/fbnkcmaster-xdbshow/health.svg)](https://phpackages.com/packages/fbnkcmaster-xdbshow)
```

PHPackages © 2026

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