aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar phpipam.net <root@phpipam.net> 2016-01-20 09:31:15 +0100
committerGravatar phpipam.net <root@phpipam.net> 2016-01-20 09:31:15 +0100
commit15ee1eef1a307b81ad81da06dffa23b9b1db54fb (patch)
treeb9a881b4aac9927eacbbcfd97f5a315379980064
parent92d535543909dfa9c310ef69295ef977277861b8 (diff)
downloadphpipam-api-clients-15ee1eef1a307b81ad81da06dffa23b9b1db54fb.tar.gz
Init php client
-rw-r--r--php-client/class.phpipam-api.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/php-client/class.phpipam-api.php b/php-client/class.phpipam-api.php
new file mode 100644
index 0000000..073bbd7
--- /dev/null
+++ b/php-client/class.phpipam-api.php
@@ -0,0 +1,12 @@
+<?php
+
+/**
+ *
+ * phpIPAM API client for php
+ *
+ *
+ */
+
+
+
+?>