PHPackages                             euskadi31/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. [Database &amp; ORM](/categories/database)
4. /
5. euskadi31/schema

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

euskadi31/schema
================

SQL Schema manager

v0.1.0(12y ago)12591[2 PRs](https://github.com/euskadi31/Schema/pulls)MITPHPPHP &gt;=5.3.3

Since Aug 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/euskadi31/Schema)[ Packagist](https://packagist.org/packages/euskadi31/schema)[ RSS](/packages/euskadi31-schema/feed)WikiDiscussions master Synced 2mo ago

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

SQL Schema Manager
==================

[](#sql-schema-manager)

Feature
-------

[](#feature)

- MySQL only (more next time).
- Schema file format json and yaml.
- Dump current database schema to json, yaml and sql format.

Schema
------

[](#schema)

Json format (schema.json)

```
{
    "config": {
        "driver": "pdo_mysql",
        "host": "127.0.0.1",
        "port": "3306",
        "dbname": "demo",
        "user": "demo",
        "password": "demo",
        "charset": "utf8"
    },
    "schemas": []
}
```

Yaml format (schema.yml)

```
config:
    driver: pdo_mysql
    host: 127.0.0.1
    port: '3306'
    dbname: demo
    user: demo
    password: demo
    charset: utf8
schemas: ~
```

Usage
-----

[](#usage)

Create database schema.

```
php schema.phar create
```

Update database schema.

```
php schema.phar update --force
```

Dump database schema.

```
php schema.phar dump --format=sql
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

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

4661d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/166d3f646053e073824a9f1d2ef6c3bb6bbf9f28f5e3d5764ec45354ade21d7b?d=identicon)[euskadi31](/maintainers/euskadi31)

---

Top Contributors

[![euskadi31](https://avatars.githubusercontent.com/u/195383?v=4)](https://github.com/euskadi31 "euskadi31 (15 commits)")

---

Tags

schemasqlmanager

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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