From 410cf71bd2f2b5d343fd27f5fee85973a511b41d Mon Sep 17 00:00:00 2001 From: conradverm Date: Wed, 11 Apr 2007 10:48:57 +0000 Subject: [PATCH] KTS-1694 --- ktwsapi/php/docs/INSTALL.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+), 0 deletions(-) diff --git a/ktwsapi/php/docs/INSTALL.txt b/ktwsapi/php/docs/INSTALL.txt index e69de29..6bd1c2e 100644 --- a/ktwsapi/php/docs/INSTALL.txt +++ b/ktwsapi/php/docs/INSTALL.txt @@ -0,0 +1,23 @@ +KnowledgeTree Web Server Object Model - PHP Edition +=================================================== + +The KTWSAPI PHP edition implements the object model wrapping the web services. It can thus be deployed on +a remote machine independant of the actual KnowledgeTree installation. + +Dependencies +============ +1) libcurl +2) PEAR::SOAP + +Installation +============ + +Copy the ktwsapi/php folder to some location in your project. + +Update ktwsapi_cfg.inc.php with the appropriate settings for your system. + +Examples +======== + +There are some examples in the ktwsapi/php/examples folder. + -- libgit2 0.21.4