Official SDK wrappers for the VirtFusion hosting API, maintained by EZScale.
Built for VirtFusion 6.2 (API v1).
| Language | Package | Status |
|---|---|---|
| PHP | ezscale/virtfusion-php |
Available |
| Python | — | Planned |
| Node.js | — | Planned |
composer require ezscale/virtfusion-php$vf = new \EZScale\VirtFusion\VirtFusion('https://cp.domain.com', 'api-token');
$vf->server(69)->boot();
$vf->packages()->list();
$vf->users()->getByExtRelation('100');Covers all documented VirtFusion API endpoints — servers, hypervisors, packages, users, SSH keys, IP blocks, backups, DNS, media, queue, and self-service. See the PHP README for full usage.
MIT — see LICENSE.