ISPconfig3-cli is a library designed to interact with ISPConfig3. It aims to provide a simple command line interface to perform all actions provided by ISPConfig remote API.
git clonethis repository.- Download composer:
curl -s https://getcomposer.org/installer | php - Install dependencies:
php composer.phar install - Edit
config/development.jsonwith your ISPconfig remote details.
### Mail
bin/mail domain_get 4
bin/mail domain_get_by_domain domain
### Server
bin/server get 1
bin/server_get_by_ip 111.222.333.444
### General
bin/get functions_list