Skip to content

pjcdawkins/platformsh-php-helper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usage:

<?php
require_once "PlatformConfig.php";
$conf= PlatformConfig::config();
var_dump($conf["relationships"]->first_db[0]->username);
var_dump($conf["name"];

About

Small helper to access Platform.sh environment variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%