PHPackages                             devsuperstars/migrations - 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. devsuperstars/migrations

ActiveLibrary

devsuperstars/migrations
========================

Сreating migrations for a project

1.0.2(6y ago)14.4k3[2 issues](https://github.com/devsuperstars/lipid-migrations/issues)[1 PRs](https://github.com/devsuperstars/lipid-migrations/pulls)MITPHPPHP &gt;= 7.1

Since Jan 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/devsuperstars/lipid-migrations)[ Packagist](https://packagist.org/packages/devsuperstars/migrations)[ Docs](https://github.com/GuloGit/migrations)[ RSS](/packages/devsuperstars-migrations/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

migrations
==========

[](#migrations)

Сreating migrations for a project

migrations can only work with the lipid framework
-------------------------------------------------

[](#migrations-can-only-work-with-the-lipid-framework)

Quickstart
----------

[](#quickstart)

```
$ mkdir migrations

$ composer require devsuperstars/migrations
```

Create your migrations in the directory migrations/ as sql files in order, starting with the number 1.

Example: migrations/1.sql, migrations/2.sql ... migrations/n.sql

SQL file must contain sql-query, for example

```
ALTER TABLE `db`.`table`
ADD COLUMN `id` INT(11) NOT NULL AUTO_INCREMENT FIRST,
DROP PRIMARY KEY,
ADD PRIMARY KEY (`id`);
}
```

SQL file can contain multiple sql queries

add to your composer.json scripts

```
"scripts": {
...
 "migrate": [
      "vendor/bin/migrate"
    ]
}
```

run migrations:

```
$ composer migrate
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.2% 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 ~0 days

Total

3

Last Release

2320d ago

### Community

Maintainers

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

---

Top Contributors

[![GuloGit](https://avatars.githubusercontent.com/u/43271316?v=4)](https://github.com/GuloGit "GuloGit (34 commits)")[![n0fu7ur3](https://avatars.githubusercontent.com/u/45876262?v=4)](https://github.com/n0fu7ur3 "n0fu7ur3 (3 commits)")[![devsuperstars](https://avatars.githubusercontent.com/u/51328479?v=4)](https://github.com/devsuperstars "devsuperstars (2 commits)")

---

Tags

phpweblibraryApplications

### Embed Badge

![Health badge](/badges/devsuperstars-migrations/health.svg)

```
[![Health](https://phpackages.com/badges/devsuperstars-migrations/health.svg)](https://phpackages.com/packages/devsuperstars-migrations)
```

###  Alternatives

[bupy7/xml-constructor

The array-like constructor of XML document structure.

1337.9k](/packages/bupy7-xml-constructor)

PHPackages © 2026

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