Download the PHP package carmelosantana/coqui-toolkit-hostinger without Composer
On this page you can find all versions of the php package carmelosantana/coqui-toolkit-hostinger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download carmelosantana/coqui-toolkit-hostinger
More information about carmelosantana/coqui-toolkit-hostinger
Files in carmelosantana/coqui-toolkit-hostinger
Package coqui-toolkit-hostinger
Short Description Hostinger VPS management toolkit for Coqui — virtual machines, firewalls, SSH keys, backups, snapshots, recovery, DNS PTR records, OS templates, and post-install scripts via the Hostinger REST API v1.
License MIT
Informations about the package coqui-toolkit-hostinger
Hostinger VPS Toolkit for Coqui
Comprehensive Hostinger VPS management toolkit for Coqui. Provides 9 tools covering the full Hostinger VPS REST API v1 — virtual machines, firewalls, SSH keys, backups, snapshots, recovery mode, DNS PTR records, OS templates, and post-install scripts.
Requirements
- PHP 8.4+
- Coqui with
carmelosantana/php-agents^0.7 - A Hostinger API token
Installation
Coqui auto-discovers the toolkit on next boot. No code changes needed.
Credential Setup
On first use, any tool call will prompt you to set the API token:
Generate a token at developers.hostinger.com.
Tools
| Tool | Actions | Description |
|---|---|---|
hostinger_vps |
list, get, start, stop, restart, recreate, setup, set_hostname, set_password | Virtual machine lifecycle management |
hostinger_firewall |
list, get, create, delete, activate, deactivate, sync, list_rules, create_rule, update_rule, delete_rule | Firewall and firewall rule management |
hostinger_ssh |
list, create, delete, attach, detach | SSH public key management |
hostinger_backup |
list_backups, restore_backup, create_snapshot, get_snapshot, restore_snapshot, delete_snapshot | Backup and snapshot management |
hostinger_recovery |
start, stop | VPS recovery mode (rescue disk) |
hostinger_dns |
create_ptr, delete_ptr | Reverse DNS (PTR) records |
hostinger_template |
list_templates, list_data_centers | OS templates and data center listing |
hostinger_script |
list, get, create, update, delete | Post-install script management |
hostinger_actions |
list | VM action history (audit log) |
Gated Operations
Destructive operations require user confirmation (bypassed with --auto-approve):
| Tool | Gated Actions |
|---|---|
hostinger_vps |
recreate, setup, set_password |
hostinger_firewall |
delete, deactivate, delete_rule |
hostinger_ssh |
delete, detach |
hostinger_backup |
restore_backup, restore_snapshot, delete_snapshot |
hostinger_recovery |
start, stop |
hostinger_script |
delete |
Usage Examples
List all VPS instances:
Provision a new VPS:
Secure with a firewall:
SSH key deployment:
Snapshot before maintenance:
Architecture
Development
License
MIT