PHP Class for INTERACTING with DA

softaculous

Verified User
Joined
Jun 6, 2009
Messages
79
Hi,

We have made a much simpler class to communicate with Direct Admin.
Download it here:
http://www.softaculous.com/da/HTTPclass.zip

Its just a really simple script for a newbie to get well equipped with
It also parses the URL String into an array.

e.g. usage:

PHP:
include('/path/to/HTTPclass.zip');
$con = new HTTPclass();
$user_data = $con->query('CMD_API_SHOW_USER_CONFIG');
print_r($user_data);

Its released under GPL.
Hope its simple and fast to understand.

Regards,
Softaculous Team
 
Back
Top