Skip to content

Commit ce821d6

Browse files
committed
parsed example-options.json and pull in autoload.php
1 parent d7f6b4b commit ce821d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/bootstrap.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
<?php
22

33
require_once dirname(__FILE__).'/../vendor/autoload.php';
4+
5+
//pull in API key config
6+
$optionsFile = file_get_contents(dirname(__FILE__).'/example-options.json');
7+
$options = json_decode($optionsFile, true);

0 commit comments

Comments
 (0)