Registry / cli / wp-cli-php-cli-tools

wp-cli-php-cli-tools

JSON →
library0.13.0phppackagistunverified

Console utilities for PHP

composer require wp-cli/php-cli-tools
INSTALL
IMPORT
SIG · WP-CLI-PHP-CLI-TOO
W
wp-cli-php-cli-tools
cliphpv0.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Table
use cli\Table;

Display a table in the console.

<?php require 'vendor/autoload.php'; use cli\Table; $table = new Table(); $table->setHeaders(['Name', 'Age']); $table->addRow(['Alice', 30]); $table->display();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
46 hits · last 30 days
node
40
Amazon
1
OpenAI (training)
1
Resources
wp-cli-php-cli-tools — pip install wp-cli-php-cli-tools · libregistry