PHPackages                             d-scribe/laravel-db-command - 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. [Database &amp; ORM](/categories/database)
4. /
5. d-scribe/laravel-db-command

ActiveLibrary[Database &amp; ORM](/categories/database)

d-scribe/laravel-db-command
===========================

A laravel command for database operations

v1.0.0(4y ago)0154MITPHPPHP &gt;=7.0

Since Dec 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ezra-obiwale/laravel-db-command)[ Packagist](https://packagist.org/packages/d-scribe/laravel-db-command)[ RSS](/packages/d-scribe-laravel-db-command/feed)WikiDiscussions main Synced 6d ago

READMEChangelogDependenciesVersions (2)Used By (0)

laravel-db-command
==================

[](#laravel-db-command)

A laravel command for database operations

Introduction
------------

[](#introduction)

This package creates a simple way to access and manipulate the application's database from the terminal.

Usage
-----

[](#usage)

Run `php artisan db:table -h` to view list of functions.

Examples
--------

[](#examples)

- Create: `php artisan db:table users -c --data=first_name:Ezra,last_name:Obiwale,status:3`
- Read: `php artisan db:table users --where=first_name:=:Ezra,status:=:3,deleted_at:null`
- Update: `php artisan db:table users -u --where=id:=:3 --data=status:4`
- Delete: `php artisan db:table users -d --where=id:=:3`

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

1600d ago

### Community

Maintainers

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

---

Top Contributors

[![ezra-obiwale](https://avatars.githubusercontent.com/u/2762623?v=4)](https://github.com/ezra-obiwale "ezra-obiwale (3 commits)")

---

Tags

laraveldatabasedbcommandscript

### Embed Badge

![Health badge](/badges/d-scribe-laravel-db-command/health.svg)

```
[![Health](https://phpackages.com/badges/d-scribe-laravel-db-command/health.svg)](https://phpackages.com/packages/d-scribe-laravel-db-command)
```

###  Alternatives

[nwidart/db-exporter

Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.

37839.1k](/packages/nwidart-db-exporter)[cybercog/laravel-clickhouse

ClickHouse migrations for Laravel

163166.8k](/packages/cybercog-laravel-clickhouse)[arcanedev/laravel-settings

This package allows you to persists configs/settings for Laravel projects.

74131.4k6](/packages/arcanedev-laravel-settings)[tomatophp/filament-translations

Manage your translation with DB and cache, you can scan your languages tags like trans(), \_\_(), and get the string inside and translate them use UI.

6230.1k3](/packages/tomatophp-filament-translations)[webparking/laravel-db-rebuild

A laravel package that allows for quick database rebuilds with presets.

448.8k](/packages/webparking-laravel-db-rebuild)

PHPackages © 2026

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