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

This PHP library provides WordPress CLI stubs for enhanced development and automation tasks.

Current Version: 2.11.0
Last Updated: Date not available
PHP Requirement: >=7.4
Dependencies: None

Package Description

The WP-CLI stubs facilitate command-line WordPress management, enabling SEO optimization, updates, and more. Integrate these stubs into your PHP projects for efficient WordPress CLI interactions and enhanced workflow efficiency.

🔗 View on GitHub

Download Latest Version: 2.12.0

Download Download v2.12.0

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/php-stubs/wp-cli-stubs/2.12.0/loader.php';

use WP_CLI\Command\CoreCommand;
use AnotherVendor\AnotherLibrary\TestClass;

$obj = new CoreCommand();
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.