PHPackages                             rexgama/dbmaster - 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. [Admin Panels](/categories/admin)
4. /
5. rexgama/dbmaster

ActiveLibrary[Admin Panels](/categories/admin)

rexgama/dbmaster
================

Dynamic admin interface with schema management and form builder for Laravel

00PHP

Since Nov 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rexgama/dbmaster)[ Packagist](https://packagist.org/packages/rexgama/dbmaster)[ RSS](/packages/rexgama-dbmaster/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

DBMaster Package for Laravel
============================

[](#dbmaster-package-for-laravel)

A powerful Laravel package that provides dynamic schema management, automatic form generation, and a built-in admin interface.

Features
--------

[](#features)

- Zero-code column addition to database tables
- Built-in form builder with automatic generation
- Dynamic schema management
- Automatic API generation with override capability
- Built-in admin interface

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

[](#installation)

1. Install the package via Composer:

```
composer require rexgama/dbmaster
```

2. Publish the configuration and assets:

```
php artisan vendor:publish --provider="Rexgama\DBMaster\DBMasterServiceProvider"
```

3. Run the migrations:

```
php artisan migrate
```

Usage
-----

[](#usage)

### Adding a New Column

[](#adding-a-new-column)

```
use Rexgama\DBMaster\Services\SchemaManager;

$schemaManager = app(SchemaManager::class);
$schemaManager->addColumn('users', [
    'name' => 'new_field',
    'type' => 'string',
    'validation' => ['required', 'max:255']
]);
```

### Generating a Form

[](#generating-a-form)

```
$form = $schemaManager->generateForm('users');
```

### Accessing the Admin Interface

[](#accessing-the-admin-interface)

Visit `/dbmaster` in your browser to access the admin interface.

Configuration
-------------

[](#configuration)

You can modify the configuration in `config/dbmaster.php` to customize:

- Route prefix
- Middleware
- Excluded tables
- API settings

License
-------

[](#license)

The MIT License (MIT). Please see License File for more information.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/481a59d9d5357c38949a17432c1f6c86e1281645560db115bc47076d7ec4c6e6?d=identicon)[rexgama](/maintainers/rexgama)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/rexgama-dbmaster/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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