https://github.com/hamidsamak/directadminapi
PHP DirectAdmin library to call actions inside php files
https://github.com/hamidsamak/directadminapi
curl directadmin login php
Last synced: 16 days ago
JSON representation
PHP DirectAdmin library to call actions inside php files
- Host: GitHub
- URL: https://github.com/hamidsamak/directadminapi
- Owner: hamidsamak
- License: mit
- Created: 2016-05-03T03:51:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T11:05:13.000Z (about 8 years ago)
- Last Synced: 2024-04-25T18:22:31.787Z (almost 2 years ago)
- Topics: curl, directadmin, login, php
- Language: PHP
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DirectAdmin PHP API
=======
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
1. `login`
2. `domain_pointer_add` (single domain)
3. `domain_pointer_delete` (single and multiple with comma separated domain names)
4. `file_put` (create new file or update existing file)
5. `file_get` (get contents of existing file)
6. `web_usage_log` (get usage log)
7. `web_error_log` (get error log)