An open API service indexing awesome lists of open source software.

https://github.com/vagnercardosoweb/util-whm

Classe básica para manipular o WHM
https://github.com/vagnercardosoweb/util-whm

class cpanel php whm

Last synced: 8 months ago
JSON representation

Classe básica para manipular o WHM

Awesome Lists containing this project

README

          

## WHM [ONESIGNAL](https://documentation.cpanel.net/display/SDK/Guide+to+WHM+API+1)

Para utilização da classe é só seguir os passos abaixo.

````php
suspend_outgoing_email(SUSPEND_EMAIL);

// Voltar e-mail
//echo $whm->unsuspend_outgoing_email(SUSPEND_EMAIL);
````