PHPackages                             primalbase/laravel-migrate-build - 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. primalbase/laravel-migrate-build

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

primalbase/laravel-migrate-build
================================

migrate:build from Google spreadsheet.

0.0.9.5(10y ago)11.1k1MITPHPPHP &gt;=5.4.0

Since Jul 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/primalbase/laravel-migrate-build)[ Packagist](https://packagist.org/packages/primalbase/laravel-migrate-build)[ RSS](/packages/primalbase-laravel-migrate-build/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (3)Versions (17)Used By (0)

laravel-migrate-build
=====================

[](#laravel-migrate-build)

### supported only laravel 4.\*

[](#supported-only-laravel-4)

### 0.0.9 support only \*.json

[](#009-support-only-json)

\*.p12 use 0.0.8.0 branch

### composer

[](#composer)

```
composer require primalbase/laravel-migrate-build
```

### app.php

[](#appphp)

```
  'providers' => array(
    'Primalbase\Migrate\MigrateServiceProvider',
  );
```

### publish config file

[](#publish-config-file)

```
$ php artisan config:publish primalbase/laravel-migrate-build
```

### config/packages/primalbase/laravel-migrate-build/config.php

[](#configpackagesprimalbaselaravel-migrate-buildconfigphp)

```
    'client_key_path' => GoogleClientKeyPath(*.json)

    'spread_sheet_name' => GoogleSpreadsheet SheetName,

    // Sheet availability check
    // Default A1 = 'テーブル定義書'
    'available_sheet_check' => [
      'col' => 1,
      'row' => 1,
      'value' => 'テーブル定義書',
    ],
```

### How to use

[](#how-to-use)

```
php artisan migrate:build # show all available tables
php artisan migrate:build --all # build all migration files
php artisan migrate:build users roles # build migration files
```

generated todatabase/migrations

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.4% 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 ~16 days

Recently: every ~23 days

Total

16

Last Release

3756d ago

### Community

Maintainers

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

---

Top Contributors

[![primalbase](https://avatars.githubusercontent.com/u/703690?v=4)](https://github.com/primalbase "primalbase (17 commits)")[![odesktop](https://avatars.githubusercontent.com/u/5194884?v=4)](https://github.com/odesktop "odesktop (1 commits)")

---

Tags

laravel

### Embed Badge

![Health badge](/badges/primalbase-laravel-migrate-build/health.svg)

```
[![Health](https://phpackages.com/badges/primalbase-laravel-migrate-build/health.svg)](https://phpackages.com/packages/primalbase-laravel-migrate-build)
```

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k54.1M11.2k](/packages/illuminate-database)[kirschbaum-development/eloquent-power-joins

The Laravel magic applied to joins.

1.6k29.9M42](/packages/kirschbaum-development-eloquent-power-joins)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8723.1M23](/packages/yajra-laravel-oci8)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.4M2](/packages/glushkovds-phpclickhouse-laravel)[lemaur/eloquent-publishing

207.8k1](/packages/lemaur-eloquent-publishing)[itpathsolutions/dbstan

Database Standardization and Analysis Tool for Laravel

442.1k](/packages/itpathsolutions-dbstan)

PHPackages © 2026

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