2017 © Pedro Peláez
 

library heroku-db

Makes it easy for IncenteevParameterHandler to pick up Heroku database params

image

fervo/heroku-db

Makes it easy for IncenteevParameterHandler to pick up Heroku database params

  • Thursday, October 22, 2015
  • by magnusnordlander
  • Repository
  • 3 Watchers
  • 0 Stars
  • 262 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

How to use

  1. Require this in your project.
  2. Add "Fervo\\Composer\\HerokuDb\\HerokuDatabase::populateEnvironment", to your composer.json post-install-cmd and post-update-cmd before the Incenteev handler
  3. Add the following to the incenteev-parameters extra section:
"env-map": {
    "database_driver": "DATABASE_DRIVER",
    "database_host": "DATABASE_HOST",
    "database_port": "DATABASE_PORT",
    "database_name": "DATABASE_NAME",
    "database_user": "DATABASE_USER",
    "database_password": "DATABASE_PASSWORD"
}

The Versions

22/10 2015

dev-master

9999999-dev

Makes it easy for IncenteevParameterHandler to pick up Heroku database params

  Sources   Download

MIT

The Requires

 

26/03 2015

1.0.0

1.0.0.0

Makes it easy for IncenteevParameterHandler to pick up Heroku database params

  Sources   Download

MIT

The Requires