Skip to content

EZSCALE/virtfusion-api-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VirtFusion API Libraries

Official SDK wrappers for the VirtFusion hosting API, maintained by EZScale.

Built for VirtFusion 6.2 (API v1).

Available SDKs

Language Package Status
PHP ezscale/virtfusion-php Available
Python Planned
Node.js Planned

PHP SDK

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.

License

MIT — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors