PHPackages                             lulco/nette-phoenix-registrator - 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. lulco/nette-phoenix-registrator

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

lulco/nette-phoenix-registrator
===============================

Integration of Phoenix Database Migrations into Nette Framework

2.0.1(2y ago)2137.1k↑12.1%3PHPPHP &gt;= 7.1.0

Since Jan 15Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/lulco/nette-phoenix-registrator)[ Packagist](https://packagist.org/packages/lulco/nette-phoenix-registrator)[ RSS](/packages/lulco-nette-phoenix-registrator/feed)WikiDiscussions master Synced 1mo ago

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

Nette &lt;-&gt; Phoenix registrator
===================================

[](#nette---phoenix-registrator)

Integration of [Phoenix](https://github.com/lulco/phoenix) Database Migrations into Nette Framework

[![Build Status](https://camo.githubusercontent.com/be99ccd0871dd5c59beb74a02efe25b43bbc3cfc879bb153fb92fe76e560284b/68747470733a2f2f7472617669732d63692e6f72672f6c756c636f2f6e657474652d70686f656e69782d7265676973747261746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/lulco/nette-phoenix-registrator)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c92db4573e065c697bbbb48a8a68dd405e869ec473981d174b608e9312eef89a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c756c636f2f6e657474652d70686f656e69782d7265676973747261746f722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/lulco/nette-phoenix-registrator/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/91ea3e19f8146113113feefe3b424e5f93680963b416589a699b83abe93b487b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c756c636f2f6e657474652d70686f656e69782d7265676973747261746f722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/lulco/nette-phoenix-registrator/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/7cc1a7f2ca055a1a608b31a1c0452682e77eb2fa3502a789324c7ed10540ba7c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c756c636f2f6e657474652d70686f656e69782d7265676973747261746f722e737667)](https://packagist.org/packages/lulco/nette-phoenix-registrator)[![Total Downloads](https://camo.githubusercontent.com/3495685d5fb7e9b02378ac1d8a73fe4f713cba80c0cfeb3117282c0926ba9c4d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c756c636f2f6e657474652d70686f656e69782d7265676973747261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lulco/nette-phoenix-registrator)[![PHP 7 supported](https://camo.githubusercontent.com/bbe9bce790271f1b327e58867738cb7b6de59151474fca50ca815933a9bc7b58/687474703a2f2f7068703772656164792e74696d6573706c696e7465722e63682f6c756c636f2f6e657474652d70686f656e69782d7265676973747261746f722f6d61737465722f62616467652e737667)](https://travis-ci.org/lulco/nette-phoenix-registrator)

Reads container and creates Phoenix configuration based on files stored in it. Your database connections have to be set in this structure:

```
parameters:
    database:
        default:
            adapter: ADAPTER
            host: HOST
            port: PORT # optional
            user: USER
            password: PASSWORD
            dbname: DBNAME
            charset: CHARSET # optional

```

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance53

Moderate activity, may be stable

Popularity36

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 78.6% 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 ~500 days

Recently: every ~464 days

Total

7

Last Release

774d ago

Major Versions

0.2.0 → 1.0.02022-01-27

1.0.1 → 2.0.02023-04-27

PHP version history (2 changes)0.1.0PHP &gt;=5.5.0

0.2.0PHP &gt;= 7.1.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9377319?v=4)[Michal Lulco](/maintainers/lulco)[@lulco](https://github.com/lulco)

---

Top Contributors

[![lulco](https://avatars.githubusercontent.com/u/9377319?v=4)](https://github.com/lulco "lulco (11 commits)")[![husar](https://avatars.githubusercontent.com/u/44474224?v=4)](https://github.com/husar "husar (1 commits)")[![mikoczy](https://avatars.githubusercontent.com/u/14105084?v=4)](https://github.com/mikoczy "mikoczy (1 commits)")[![tonop01](https://avatars.githubusercontent.com/u/29866948?v=4)](https://github.com/tonop01 "tonop01 (1 commits)")

---

Tags

phpnettePhoenix

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lulco-nette-phoenix-registrator/health.svg)

```
[![Health](https://phpackages.com/badges/lulco-nette-phoenix-registrator/health.svg)](https://phpackages.com/packages/lulco-nette-phoenix-registrator)
```

###  Alternatives

[nettrine/orm

Doctrine ORM for Nette Framework

581.9M37](/packages/nettrine-orm)[nettrine/migrations

Doctrine Migrations for Nette Framework

411.7M17](/packages/nettrine-migrations)[kdyby/doctrine-cache

Doctrine Cache bridge for Nette Framework

101.3M19](/packages/kdyby-doctrine-cache)[modul-is/orm

Lightweight hybrid ORM/Explorer

1118.1k](/packages/modul-is-orm)

PHPackages © 2026

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