PHPackages                             imagine10255/schema-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. imagine10255/schema-build

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

imagine10255/schema-build
=========================

The database of the table schema, the output function into the file

1.0.11(8y ago)625MITPHPPHP &gt;=5.5.9

Since Jun 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/imagine10255/schema-build)[ Packagist](https://packagist.org/packages/imagine10255/schema-build)[ RSS](/packages/imagine10255-schema-build/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (12)Used By (0)

Schema-Build for Laravel 5
--------------------------

[](#schema-build-for-laravel-5)

Better Laravel Exception Handler

[![Latest Stable Version](https://camo.githubusercontent.com/da2733161616bb12f5a0cdcdf22a13b065125219c5bc8a1a5dd892672d102ed4/68747470733a2f2f706f7365722e707567782e6f72672f696d6167696e6531303235352f736368656d612d6275696c642f76657273696f6e)](https://packagist.org/packages/imagine10255/schema-build)[![Total Downloads](https://camo.githubusercontent.com/f81357b2fe0807b19ff0dec16b4a22a85bb7a5af8c37bcda2c4cce87f5e2f3db/68747470733a2f2f706f7365722e707567782e6f72672f696d6167696e6531303235352f736368656d612d6275696c642f646f776e6c6f616473)](https://packagist.org/packages/imagine10255/schema-build)[![Latest Unstable Version](https://camo.githubusercontent.com/784091ceb77fece660a11da5602eb0c79087aaf1ef9e3d225599d772b9d32ab6/68747470733a2f2f706f7365722e707567782e6f72672f696d6167696e6531303235352f736368656d612d6275696c642f762f756e737461626c65)](//packagist.org/packages/imagine10255/schema-build)[![License](https://camo.githubusercontent.com/ae6ffb13ed1d5fdf113bbb4fb97d4d647eb0ebcdb8027ee72f4358cc790a9648/68747470733a2f2f706f7365722e707567782e6f72672f696d6167696e6531303235352f736368656d612d6275696c642f6c6963656e7365)](https://packagist.org/packages/imagine10255/schema-build)[![Monthly Downloads](https://camo.githubusercontent.com/4f62db2fe9f385b63c5d5c4764c7e62133362802b012736742e0b94273e0f87e/68747470733a2f2f706f7365722e707567782e6f72672f696d6167696e6531303235352f736368656d612d6275696c642f642f6d6f6e74686c79)](https://packagist.org/packages/imagine10255/schema-build)[![Daily Downloads](https://camo.githubusercontent.com/52ec7dd1334ebfc5faa0c62a665f81a6c281169b238953775a172e12da3c892b/68747470733a2f2f706f7365722e707567782e6f72672f696d6167696e6531303235352f736368656d612d6275696c642f642f6461696c79)](https://packagist.org/packages/imagine10255/schema-build)[![composer.lock available](https://camo.githubusercontent.com/fe12f89321a477aed4503c2110f2790bf7740369cf89c9cd8b312cd67b91ba2d/68747470733a2f2f706f7365722e707567782e6f72672f696d6167696e6531303235352f736368656d612d6275696c642f636f6d706f7365726c6f636b)](https://packagist.org/packages/imagine10255/schema-build)

Features
--------

[](#features)

- The database of the table schema, the output function into the file
- Laravel 5
- Output Excel2007
- Mysql5.6 After,MariaDB10 After

Installing
----------

[](#installing)

To get the latest version of Laravel Exceptions, simply require the project using [Composer](https://getcomposer.org):

```
composer require Imagine10255/schema-build --dev
```

Instead, you may of course manually update your require block and run `composer update` if you so choose:

```
{
    "require": {
        "Imagine10255/schema-build": "^1.0"
    }
}
```

Include the service provider within `app/Providers/AppServiceProvider.php`. The service povider is needed for the generator artisan command.

```
...
if ($this->app->environment() == 'local') {
    $this->app->register('Imagine10255\SchemaBuild\SchemaBuildServiceProvider');
}
```

publish

```
php artisan vendor:publish --provider="Imagine10255\SchemaBuild\SchemaBuildServiceProvider"
```

build excel

```
php artisan schema:build-excel
```

Review:
-------

[](#review)

[![](./assets/reademe/sample1.jpg)](./assets/reademe/sample1.jpg)

[![](./assets/reademe/sample2.jpg)](./assets/reademe/sample2.jpg)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Total

11

Last Release

3270d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5771353?v=4)[Imagine](/maintainers/imagine10255)[@imagine10255](https://github.com/imagine10255)

---

Top Contributors

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

---

Tags

excellaravel-5-packagemigrationtable-schemalaravelmigrationexceltable schema

### Embed Badge

![Health badge](/badges/imagine10255-schema-build/health.svg)

```
[![Health](https://phpackages.com/badges/imagine10255-schema-build/health.svg)](https://phpackages.com/packages/imagine10255-schema-build)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k51.0M7.7k](/packages/larastan-larastan)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M165](/packages/laravel-ai)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[watson/validating

Eloquent model validating trait.

9733.4M53](/packages/watson-validating)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

438834.4k1](/packages/clickbar-laravel-magellan)

PHPackages © 2026

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