scripts: add PHP script for access of mod_netconf socket
phpmynetconf.php can (dis)connect (from)/to NETCONF server,
perform GET or GET-CONFIG operations.
diff --git a/scripts/README b/scripts/README
new file mode 100644
index 0000000..7d05b73
--- /dev/null
+++ b/scripts/README
@@ -0,0 +1,10 @@
+phpmynetconf.php is an example script
+that uses /tmp/mod_netconf.sock socket
+created by mod_netconf.
+
+Installation:
+copy phpmynetconf.php into web-accessible
+directory.
+
+Requirements:
+PHP (tested with php-5.3.3-3.el6_2.6.x86_64)