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

A comprehensive bundle for WP-CLI providing advanced features and utilities for WordPress developers and administrators.

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

Package Description

WP-CLI Bundle is a powerful toolset designed to streamline WordPress management tasks, enhance productivity, and optimize performance. With a wide range of features, including automated tasks, performance analysis, and security enhancements, this bundle is an essential companion for WordPress development projects.

🔗 View on GitHub

Download Latest Version: 2.11.0

Download Download v2.11.0

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.11.0/autoload.php';

use WP_CLI_Bundle\Core\BundleManager;
use WP_CLI_Bundle\Commands\OptimizeCommand;
use WP_CLI_Bundle\Security\SecurityChecker;
use WP_CLI\Runner;
use Symfony\Component\Console\Command\Command;
use Composer\Installer;


$obj = new WP_CLI_Bundle\Core\BundleManager();
echo "✅ Example created successfully.";

?>

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