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.