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(1y ago)111PHP

Since May 9Pushed 1y 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 1mo ago

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

25

—

LowBetter than 37% of packages

Maintenance31

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

726d 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)
```

###  Alternatives

[digitalcloud/nova-page-builder-field

A Laravel Nova page builder field.

3286.7k1](/packages/digitalcloud-nova-page-builder-field)[abhi1693/yii2-system-info

Information about the server

337.1k2](/packages/abhi1693-yii2-system-info)[hiqdev/yii2-cart

Cart module for Yii2

1616.2k](/packages/hiqdev-yii2-cart)[fogs/tagging-bundle

Tag any entity in your Symfony2 project.

113.5k](/packages/fogs-tagging-bundle)

PHPackages © 2026

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