PHP Package: wp-cli/php-cli-tools

PHP CLI Tools library designed for seamless command-line operations with enhanced functionality and efficiency.

Current Version: 0.12.4
Last Updated: 2025-03-05
PHP Requirement: >= 5.6.0
Dependencies: None

Package Description

Developed for PHP applications, the PHP CLI Tools library provides a comprehensive set of tools for streamlined command-line operations. With a robust feature set and intuitive design, it simplifies the process of building and executing commands in a PHP environment. Enhance your CLI experience with this versatile library.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 0.12.5

Clock Coming soon

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/wp-cli/php-cli-tools/0.12.5/loader.php';

use Vendor\Package\Class1;
use Vendor\Package\Class2;

$obj = new Class1();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.