kitteam/hestia-api

HestiaCP client for Laravel

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 16

Open Issues: 0

pkg:composer/kitteam/hestia-api

1.0.0 2026-02-10 06:15 UTC

This package is auto-updated.

Last update: 2026-02-10 06:22:44 UTC


README

Powerful API client hosting HestiaCP for Laravel

Installation

Via Composer

Going your project directory on shell and run this command:

$ composer require kitteam/hestia-api

Publication

php artisan vendor:publish --provider="HestiaAPI\Providers\HestiaServiceProvider"

Generate api key

bash /usr/local/hestia/bin/v-generate-api-key

Usage

Simple usage

use HestiaAPI\Facades\Hestia;

$backups = Hestia::server('ServerName')->setUserName('UserName')->listUserBackups();