TransIP PHP API library ======================= INSTALLING ========== 1. Install the PHP libcurl module. This is required! See also: http://nl2.php.net/curl 2. Upload transip_api.php and transip_config.php to your server 3. Edit transip_config.php and fill in all the required values 4. Include transip_config.php and transip_api.php from your script and you are ready to go! Just call the TransIP functions as if they were local. Here is some example PHP code: See http://www.transip.nl/support/api/ and the file doc/EXAMPLES for more examples. You can find a PHPdoc generated documentation in doc/phpdoc/index.html. UPGRADING FROM AN EARLIER VERSION ================================= 1. Upload the new transip_api.php to your server, overwriting the old transip_api.php which is currently there. 2. Don't change the transip_config.php file on your server. CHANGES ======= 20050925: First version! 20051024: Corrected a bug in EXAMPLES. 20060211: Corrected XML escaping in domain/chown requests.