PHPackages                             mohammadfahadrao/mfr-tokens - 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. mohammadfahadrao/mfr-tokens

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

mohammadfahadrao/mfr-tokens
===========================

Package to generate tables based upon response from API or by supplying key value pair manually.

v1.0.6(2y ago)111PHP

Since May 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mohammadfahadrao/laravel-table-generator)[ Packagist](https://packagist.org/packages/mohammadfahadrao/mfr-tokens)[ RSS](/packages/mohammadfahadrao-mfr-tokens/feed)WikiDiscussions main Synced yesterday

READMEChangelog (7)DependenciesVersions (9)Used By (0)

Table &amp; Migration Generator
===============================

[](#table--migration-generator)

Package to Create Migration File and Database Table from anywhere by supplying key value pairs. Saves time from running migration command and specifying columns in migration file for tables with loads of columns.

### Installation

[](#installation)

To deploy this package run

```
  composer require mohammadfahadrao/mfr-tokens
```

In your Controller/Trait or anywhere in Laravel Project use it:

```
use Mohammadfahadrao\MfrTokens\MfrToken;

$mfr = new MfrToken();
$mfr->generateMigration(["name"=>'mfr',"age"=>21, ["categories"=>["name"=>"xyz","type"=>1]]]);

```

This'll create a new Migration file with those columns with prefix `mfr_tokens`. After making desired changes just migrate it

```
    php artisan migrate
```

Additional improvements are being done. Till then Enjoy!

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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 ~2 days

Total

7

Last Release

773d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0961156354352937b5244991793bf377b49500025debdb258fb92386c183ac6a?d=identicon)[MajorMFR](/maintainers/MajorMFR)

---

Top Contributors

[![mohammadfahadrao](https://avatars.githubusercontent.com/u/75599657?v=4)](https://github.com/mohammadfahadrao "mohammadfahadrao (12 commits)")[![mohammadfahad112](https://avatars.githubusercontent.com/u/155013159?v=4)](https://github.com/mohammadfahad112 "mohammadfahad112 (1 commits)")

### Embed Badge

![Health badge](/badges/mohammadfahadrao-mfr-tokens/health.svg)

```
[![Health](https://phpackages.com/badges/mohammadfahadrao-mfr-tokens/health.svg)](https://phpackages.com/packages/mohammadfahadrao-mfr-tokens)
```

PHPackages © 2026

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