Download the PHP package carmelosantana/coqui-toolkit-dokploy without Composer

On this page you can find all versions of the php package carmelosantana/coqui-toolkit-dokploy. 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-dokploy

Dokploy Toolkit for Coqui

A Coqui toolkit that provides full API access to Dokploy, the self-hosted PaaS platform. Manage projects, applications, Docker Compose services, backups, deployments, containers, and domains through natural language.

Installation

The toolkit is auto-discovered by Coqui — no configuration needed beyond credentials.

Credentials

Two credentials are required:

Key Description
DOKPLOY_API_TOKEN API token from your Dokploy dashboard (Settings → API)
DOKPLOY_BASE_URL Base URL of your Dokploy instance (e.g. https://dokploy.example.com)

Set them via the Coqui credentials tool or add to your workspace .env:

Tools

Tool Actions Purpose
dokploy_project list, get, create, update, delete, search, duplicate Project management
dokploy_app get, create, update, delete, deploy, redeploy, start, stop, search, monitoring, env, build_type Single-container application lifecycle
dokploy_compose get, create, update, delete, deploy, redeploy, start, stop, search, templates, deploy_template, services, import Multi-container Docker Compose stacks
dokploy_backup get, create, update, delete, run, list_files Backup policies and manual backup triggers
dokploy_deployment list, list_by_compose, list_by_server, centralized, queue, kill, remove Deployment history and queue management
dokploy_docker containers, restart, config, containers_by_app Docker container inspection and control
dokploy_domain get, create, update, delete, by_app, by_compose, generate, validate Domain and TLS certificate management

Example Workflows

Deploy a new application

Deploy from a template

Import a docker-compose file

Set up automated backups

Troubleshoot a service

Gated Operations

Destructive operations require user confirmation (unless --auto-approve is enabled):

Tool Gated Actions
dokploy_project delete
dokploy_app delete, deploy, redeploy, stop
dokploy_compose delete, deploy, redeploy, stop
dokploy_backup delete, run
dokploy_deployment kill, remove
dokploy_docker restart
dokploy_domain delete

Development

Resource Hierarchy

Every application and compose service belongs to a project environment. Use dokploy_project(action: "get", projectId: "...") to discover environment IDs.

Requirements

License

MIT


All versions of coqui-toolkit-dokploy 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-dokploy contains the following files

Loading the files please wait ...