2017 © Pedro Peláez
 

library nette-phoenix-registrator

Integration of Phoenix Database Migrations into Nette Framework

image

lulco/nette-phoenix-registrator

Integration of Phoenix Database Migrations into Nette Framework

  • Tuesday, February 16, 2016
  • by lulco
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13,723 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

Nette Phoenix registrator

Integration of Phoenix Database Migrations into Nette Framework, (*1)

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version Total Downloads PHP 7 supported, (*2)

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

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

The Versions

16/02 2016

dev-master

9999999-dev

Integration of Phoenix Database Migrations into Nette Framework

  Sources   Download

The Requires

 

The Development Requires

php nette phoenix

16/02 2016

0.1.1

0.1.1.0

Integration of Phoenix Database Migrations into Nette Framework

  Sources   Download

The Requires

 

The Development Requires

php nette phoenix

15/01 2016

0.1.0

0.1.0.0

Integration of Phoenix Database Migrations into Nette Framework

  Sources   Download

The Requires

 

The Development Requires

php nette phoenix