PHPackages                             tigron/skeleton-migrate - 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. tigron/skeleton-migrate

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

tigron/skeleton-migrate
=======================

Database migration for Skeleton

v0.1.24(10mo ago)018.9k↓31.8%1[1 issues](https://github.com/tigron/skeleton-migrate/issues)6MITPHP

Since Oct 14Pushed 10mo ago4 watchersCompare

[ Source](https://github.com/tigron/skeleton-migrate)[ Packagist](https://packagist.org/packages/tigron/skeleton-migrate)[ RSS](/packages/tigron-skeleton-migrate/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (31)Used By (6)

skeleton-migrate
================

[](#skeleton-migrate)

Description
-----------

[](#description)

Migrations for Skeleton. Migrations are used to track database changes.

Installation
------------

[](#installation)

Installation via composer:

```
composer require tigron/skeleton-migrate

```

Howto
-----

[](#howto)

Set the path for migrations

```
/**
 * \Skeleton\Database\Migration\Config::$migration_directory is deprecated
 * Use \Skeleton\Database\Migration\Config::$migration_path instead
 */
\Skeleton\Database\Migration\Config::$migration_path = $some_very_cool_path;

```

Choose where you want to store the version

```
\Skeleton\Database\Migration\Config::$version_storage  = 'file';  // Version will be stored in db_version json file

\Skeleton\Database\Migration\Config::$version_storage  = 'database';  // Version will be stored in a database
\Skeleton\Database\Migration\Config::$database_table  = 'db_version'; // Version will be stored in this database table

```

Remark:

- If the database table does not exists, it will be created automatically
- If $version\_storage is set to 'database' but a db\_version file is found, all versions will be converted to the database

Create new migration

```
skeleton migrate:create
skeleton migrate:create /

```

Get status

```
skeleton migrate:status

```

Run all pending migrations

```
skeleton migrate:up

```

Run a specific migration (version is not stored in the version file)

```
skeleton migrate:run

```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance55

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 53.1% 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 ~132 days

Recently: every ~90 days

Total

28

Last Release

301d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8bff1383483dacb0c3f89d2d3856ae03d4cf3e80de26a2998248dd1175317285?d=identicon)[tigron](/maintainers/tigron)

---

Top Contributors

[![christopheg](https://avatars.githubusercontent.com/u/199087?v=4)](https://github.com/christopheg "christopheg (26 commits)")[![LionelLaffineur](https://avatars.githubusercontent.com/u/21120913?v=4)](https://github.com/LionelLaffineur "LionelLaffineur (13 commits)")[![gerryd](https://avatars.githubusercontent.com/u/3003371?v=4)](https://github.com/gerryd "gerryd (5 commits)")[![davidvandemaele](https://avatars.githubusercontent.com/u/1914033?v=4)](https://github.com/davidvandemaele "davidvandemaele (2 commits)")[![RoanB](https://avatars.githubusercontent.com/u/77972728?v=4)](https://github.com/RoanB "RoanB (2 commits)")[![SanderVanKeer](https://avatars.githubusercontent.com/u/10955678?v=4)](https://github.com/SanderVanKeer "SanderVanKeer (1 commits)")

### Embed Badge

![Health badge](/badges/tigron-skeleton-migrate/health.svg)

```
[![Health](https://phpackages.com/badges/tigron-skeleton-migrate/health.svg)](https://phpackages.com/packages/tigron-skeleton-migrate)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90440.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)[wildside/userstamps

Laravel Userstamps provides an Eloquent trait which automatically maintains `created\_by` and `updated\_by` columns on your model, populated by the currently authenticated user in your application.

7511.7M13](/packages/wildside-userstamps)

PHPackages © 2026

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