PHPackages                             3xter/oino - 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. 3xter/oino

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

3xter/oino
==========

Export from database designer http://oino.uno and import to your database

v1.0.0(5y ago)017BSD-3-ClausePHP

Since Mar 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/pvaviloff/oino)[ Packagist](https://packagist.org/packages/3xter/oino)[ Docs](http://oino.uno/)[ RSS](/packages/3xter-oino/feed)WikiDiscussions master Synced 1mo ago

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

OINO.uno
========

[](#oinouno)

### Installation

[](#installation)

```
composer global require 3xter/oino
```

Install in your laravel project [laracasts/generators](https://github.com/laracasts/Laravel-5-Generators-Extended)

```
composer require --dev laracasts/generators
```

### Settings

[](#settings)

Create in your project oino.yaml file.

```
settings:
  shell-driver: 'laravel'
  db-execute: 'schema'
  db:
    driver: 'pdo_mysql'
    host: 'localhost'
    dbname: 'homestead'
    port: 3306
    user: 'homestead'
    password: 'secret'
args:
  file: ''
  tab: ''
  project: ''
  dir: ''
  filename: ''
```

db - schema parser use dbal. More details about settings: [Doctrine DBAL Configuration](https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connection-details)

### Import example:

[](#import-example)

```
php ~/.composer/vendor/bin/oino -c import -o /path/to/settings/oino.yaml --file="path/to/exported/file.json" --tab="tab name" --project="/path/to/project"
```

### Export example:

[](#export-example)

```
php ~/.composer/vendor/bin/oino -c export -o /path/to/settings/oino.yaml --dir="path/to/export/directory"
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

1868d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8079ee0f80a4024eaa0d0ad73ee87517a37ef17f0397a9e7a97b8c35a86c47b6?d=identicon)[3xter](/maintainers/3xter)

---

Top Contributors

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

---

Tags

laraveldatabaseoinodbdesigner

### Embed Badge

![Health badge](/badges/3xter-oino/health.svg)

```
[![Health](https://phpackages.com/badges/3xter-oino/health.svg)](https://phpackages.com/packages/3xter-oino)
```

###  Alternatives

[bosnadev/database

Eloquent Extended, added some PostgreSQL features

811.8M3](/packages/bosnadev-database)[laravel-doctrine/fluent

A fluent PHP mapping driver for Doctrine2.

43430.3k13](/packages/laravel-doctrine-fluent)[awssat/laravel-sync-migration

Laravel tool helps to sync migrations without refreshing the database

10923.2k](/packages/awssat-laravel-sync-migration)[jrsaunders/shard-matrix

A Complete Database Sharding system for MYSQL and/or Postgres. Using Laravels Query Builder easily scale up your application. Configure your whole solution in one Yaml Config file.

271.5k](/packages/jrsaunders-shard-matrix)

PHPackages © 2026

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