Intitial commit

This commit is contained in:
Stephen Hoogendijk
2015-06-16 22:31:13 +02:00
commit 93ed031636
6 changed files with 344 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/php
<?php
require __DIR__ . '/vendor/autoload.php';
$host = 'localhost';
$port = 8086;
$client = new \Leaseweb\InfluxDB\Client($host, $port);