PHPackages                             tsterker/laravel-flextable - 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. tsterker/laravel-flextable

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

tsterker/laravel-flextable
==========================

Dynamically migrate and seed databases

0.1.0(6y ago)05PHP

Since Sep 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/tsterker/laravel-flextable)[ Packagist](https://packagist.org/packages/tsterker/laravel-flextable)[ RSS](/packages/tsterker-laravel-flextable/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Usage
=====

[](#usage)

```
use Tsterker\Flextable\Manager;

$manager = new Manager($optionalConnection = 'custom');

$connection = $manager->getConnection();

$manager->migrate('/absolute/path/to/migrations');

$manager->seed(\Acme\DatabaseSeeder::class, $alternativeFactories = '/absolute/path/to/factories');
```

In case your Models have an explicit `$connection` property set:

A). Specify the connection name during `new Manager('custom-connection)`(:warning: it will be replaced in the configuration!)

B). Use the `IsFlextable` trait on a base model that all relevant models inherit from.

```
use Tsterker\Flextable\IsFlextable;
use Tsterker\Flextable\Manager;

class BaseModel extends \Illuminate\Eloquent\Model
{
    use IsFlextable;

    protected $connection = 'custom-connection';
}
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2469d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tsterker-laravel-flextable/health.svg)

```
[![Health](https://phpackages.com/badges/tsterker-laravel-flextable/health.svg)](https://phpackages.com/packages/tsterker-laravel-flextable)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[pgvector/pgvector

pgvector support for PHP

198628.3k10](/packages/pgvector-pgvector)

PHPackages © 2026

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