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 today

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

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

1919d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/107581622?v=4)[3xter](/maintainers/3xter)[@3xter](https://github.com/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

[sylius/sylius

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

8.5k5.9M734](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M572](/packages/shopware-core)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k14.2M62](/packages/knuckleswtf-scribe)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

10.2k3.5k](/packages/leantime-leantime)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

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