lulco/nette-phoenix-registrator

There is no license information available for the latest version (2.0.1) of this package.

Integration of Phoenix Database Migrations into Nette Framework

Maintainers

Package info

github.com/lulco/nette-phoenix-registrator

pkg:composer/lulco/nette-phoenix-registrator

Statistics

Installs: 136 071

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

2.0.1 2024-04-05 09:07 UTC

This package is auto-updated.

Last update: 2026-02-27 16:37:27 UTC


README

Integration of Phoenix Database Migrations into Nette Framework

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version Total Downloads PHP 7 supported

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