PHP Classes

File: src/auto.php

Recommend this page to a friend!
  Classes of EnvKey   EnvKey PHP   src/auto.php   Download  
File: src/auto.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: EnvKey PHP
Load environment variables from the EnvKey service
Author: By
Last change: Fix to clean out unneeded envkey-source binaries from /ext that were mistakenly included in build. Remove ?> closing tags from pure PHP files
Date: 11 months ago
Size: 118 bytes
 

Contents

Class file image Download
<?php
 
if (!getenv('ENVKEY_DISABLE_AUTOLOAD')) {
    include_once(
'Loader.php');
   
Envkey\Loader::load();
  }