PHPackages                             wrogati/cmd-table - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wrogati/cmd-table

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wrogati/cmd-table
=================

Make changes on table

05PHP

Since Nov 12Pushed 7y agoCompare

[ Source](https://github.com/wrogati/cmdtable)[ Packagist](https://packagist.org/packages/wrogati/cmd-table)[ RSS](/packages/wrogati-cmd-table/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Pre-requisites
==============

[](#pre-requisites)

Laravel &gt; 5.4

Instructions
============

[](#instructions)

Register the CmdTableServiceProvider at file app.php in config folder:

Insert the line below:

```
  /* Command Table Application Service Providers... */
  ...
  Wrogati\CmdTable\CmdTableServiceProvider::class,

```

In the terminal run the command line:

```
  composer require wrogati/cmd-table

```

Verifying
=========

[](#verifying)

In the terminal run the command line:

```
  php artisan list

```

See the result, should be in the list the command "db:change"

Usage
=====

[](#usage)

```
  php artisan db:change  --op=

```

Usage Options Availables
========================

[](#usage-options-availables)

```
  d => drop table

  t => truncate table

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

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/b1482f1e41196e3527551ddf18403d65db76baf856258953fa89e010f1773e55?d=identicon)[wrogati](/maintainers/wrogati)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/wrogati-cmd-table/health.svg)

```
[![Health](https://phpackages.com/badges/wrogati-cmd-table/health.svg)](https://phpackages.com/packages/wrogati-cmd-table)
```

###  Alternatives

[symfony/asset-mapper

Maps directories of assets &amp; makes them available in a public directory with versioned filenames.

1656.9M131](/packages/symfony-asset-mapper)

PHPackages © 2026

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