PHPackages                             sukohi/db-verge - 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. sukohi/db-verge

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

sukohi/db-verge
===============

Show first or last row data of DB in command line.

2.0.2(10y ago)013MITPHP

Since May 17Pushed 10y ago1 watchersCompare

[ Source](https://github.com/SUKOHI/DbVerge)[ Packagist](https://packagist.org/packages/sukohi/db-verge)[ RSS](/packages/sukohi-db-verge/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

DbVerge
=======

[](#dbverge)

A Laravel package to show the first or the last row data of DB in command line.
(This is for Laravel 5. [For Laravel 4.2](https://github.com/SUKOHI/DbVerge/tree/1.0))

Installation
============

[](#installation)

Execute composer command.

```
composer require sukohi/db-verge:2.*

```

Register the service provider in app.php

```
'providers' => [
    ...Others...,
    Sukohi\DbVerge\DbVergeServiceProvider::class,
]

```

Now you are able to execute `php artisan db:verge` command.

Basic usage
===========

[](#basic-usage)

`php artisan db:verge`

Options
=======

[](#options)

`--orderby`

Order direction. `asc` or `desc`. Default is `desc`.

`--table`

Specific table name that you'd like to show.

`--limit`

Number of records to return. Default is 1.

License
=======

[](#license)

This package is licensed under the MIT License.

Copyright 2016 Sukohi Kuhoh

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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 ~0 days

Total

7

Last Release

3695d ago

Major Versions

1.0.x-dev → 2.0.22016-05-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/2980d59b309d45df3f2e6e51b1d336614da063240b8f76f873f287cd745ec5db?d=identicon)[Sukohi](/maintainers/Sukohi)

---

Top Contributors

[![SUKOHI](https://avatars.githubusercontent.com/u/5362394?v=4)](https://github.com/SUKOHI "SUKOHI (1 commits)")

### Embed Badge

![Health badge](/badges/sukohi-db-verge/health.svg)

```
[![Health](https://phpackages.com/badges/sukohi-db-verge/health.svg)](https://phpackages.com/packages/sukohi-db-verge)
```

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135212.4k7](/packages/statamic-rad-pack-runway)[ronasit/laravel-entity-generator

Provided console command for generating entities.

2052.5k](/packages/ronasit-laravel-entity-generator)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21313.7k3](/packages/ecotone-laravel)[acdphp/laravel-schedule-police

Stop, start or execute scheduled commands from a simple dashboard without redeploying, while maintaining the visibility, control, and reviewability of the configurations in your codebase.

5121.3k](/packages/acdphp-laravel-schedule-police)

PHPackages © 2026

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