hamidsamak / directadminapi
dev-master
2017-11-27 11:05 UTC
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-01-26 02:03:18 UTC
README
A simple php class for logging in DirectAdmin panel and calling actions. It can easily extended to what you need, currently I have added only some methods for one of my projects.
Supported actions
login
domain_pointer_add
(single domain)domain_pointer_delete
(single and multiple with comma separated domain names)file_put
(create new file or update existing file)file_get
(get contents of existing file)web_usage_log
(get usage log)web_error_log
(get error log)