PHP Package: wp-cli/wp-cli-bundle

WP-CLI bundle offers essential WordPress management commands for streamlined website maintenance and optimization.

Current Version: 2.11.0
Last Updated: 2024-08-08
PHP Requirement: >=5.6
Dependencies:
wp-cli/wp-cli
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

WP-CLI bundle is a comprehensive package providing a suite of powerful tools for managing WordPress sites efficiently. From updating plugins to optimizing database performance, this bundle simplifies complex tasks and boosts productivity. With WP-CLI bundle, users can automate routine WordPress maintenance, ensuring smooth site operation and enhanced SEO rankings.

🔗 View on GitHub

Download Latest Version: 2.12.0

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

use WP_CLI_Bundle\Class1;
use Other_Vendor\Other_Library\ClassA;

$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.