PHPackages                             codewisdoms/schema - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. codewisdoms/schema

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

codewisdoms/schema
==================

Run Laravel migrations in Codeigniter 3/4

0.1.1(1y ago)05MITPHP

Since Jun 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/code-wisdoms/Schema)[ Packagist](https://packagist.org/packages/codewisdoms/schema)[ RSS](/packages/codewisdoms-schema/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

A simple wrapper to run Laravel migrations in Codeigniter 3 and 4. I created this to make an old project maintainable.

How to Install
--------------

[](#how-to-install)

The recommended way to install schema is through [Composer](https://getcomposer.org/).

```
composer require codewisdoms/schema
```

Example request
===============

[](#example-request)

```
use \CodeWisdoms\Schema\Schema;
use \CodeWisdoms\Schema\Table;

Schema::create('my_table', function(Table $table) {
    $table->id();
})
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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

711d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d232b048d5bfa704b4140f08f7b39836b0388a10891ec43870c3e62d728bbc1?d=identicon)[code-wisdoms](/maintainers/code-wisdoms)

---

Top Contributors

[![code-wisdoms](https://avatars.githubusercontent.com/u/22066835?v=4)](https://github.com/code-wisdoms "code-wisdoms (1 commits)")

### Embed Badge

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

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

###  Alternatives

[link1st/laravel-easemob

环信即时通讯laravel包开发，用于环信用户、群、聊天室等功能

456.6k](/packages/link1st-laravel-easemob)[zgb7mtr/phpredis_cluster_phpdoc

@phpdoc extension phpredis cluster for IDE autocomplete

1048.4k](/packages/zgb7mtr-phpredis-cluster-phpdoc)

PHPackages © 2026

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