Download the PHP package coquibot/coqui-toolkit-composer without Composer
On this page you can find all versions of the php package coquibot/coqui-toolkit-composer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download coquibot/coqui-toolkit-composer
More information about coquibot/coqui-toolkit-composer
Files in coquibot/coqui-toolkit-composer
Package coqui-toolkit-composer
Short Description Composer dependency management toolkit for Coqui — install, remove, inspect, and update packages in the workspace
License MIT
Informations about the package coqui-toolkit-composer
Coqui Composer Toolkit
Composer dependency management toolkit for Coqui. Provides workspace-sandboxed composer require, remove, update, and audit tools that agents can use to manage dependencies at runtime.
Requirements
- PHP 8.4+
- Composer 2.x available on
PATH
Installation
When installed alongside Coqui, the toolkit is auto-discovered via Composer's extra.php-agents.toolkits — no manual registration needed.
Tools Provided
composer
Manage Composer dependencies in the workspace.
| Parameter | Type | Required | Description |
|---|---|---|---|
action |
enum | Yes | require, remove, show, installed, update, validate, outdated, audit |
package |
string | No | Package name (vendor/package) |
version |
string | No | Version constraint (e.g. ^2.0) |
dev |
bool | No | Use --dev flag (default: false) |
Safety features:
- All operations target the workspace project only — the host project is never modified
- Mutating operations create automatic backups before executing
- A denylist blocks full frameworks (Laravel, Laminas, Symfony framework-bundle, etc.)
- Security audit runs automatically after every install
- Newly installed toolkit packages are detected and registered via
PackageEventListenerInterface
Package Event Listener
The toolkit accepts a PackageEventListenerInterface (from carmelosantana/php-agents) in its constructor. When provided, the listener is notified after package installs and removals — enabling features like automatic toolkit discovery.
Standalone Usage
Development
Run tests
Static analysis
License
MIT
All versions of coqui-toolkit-composer with dependencies
ext-json Version *