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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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

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


All versions of coqui-toolkit-hostinger with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4
symfony/http-client Version ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package carmelosantana/coqui-toolkit-hostinger contains the following files

Loading the files please wait ...