wp-cli/package-command
Adds WP-CLI’s package management commands. List installed packages, browse available ones, and install or uninstall community-maintained WP-CLI extensions. Uses Composer under the hood to manage dependencies and autoloading.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| wp-starter/console | 0.89 | Laravel console utilities for WordPress starter projects. Provides commands and helpers to scaffold, manage, and automate common WP setup tasks from the CLI, streamlining development workflows when integrating WP into a Laravel-based setup. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| metabolism/wordpress-core-installer | 0.89 | Composer installer extension that adds type:wordpress-core support for installer-paths, enabling johnpbloch/wordpress-core to be installed into your chosen directory (e.g., web/edition/) instead of the default location. | 3 | 3 | 0 | 163 | 0 | 0.9 | 22.4 | — | 3 years ago | |
| wp-cli/php-cli-tools | 0.88 | — | 681 | 698 | 114 | 805K | 0 | 30.0 | 47.7 | MIT | 3 months ago | |
| wp-cli/config-command | 0.88 | WP-CLI package to generate, read, and modify wp-config.php. Create configs, list/get settings, locate the config file, and add or update constants and variables (e.g., DB settings, table_prefix, WP_DEBUG) directly from the command line. | 39 | 39 | 38 | 292K | 0 | 26.2 | 60.8 | MIT | 3 months ago | |
| wp-cli/db-command | 0.87 | — | 76 | 77 | 73 | 256K | 7 | 31.1 | 60.2 | MIT | 2 months ago | |
| johnpbloch/wordpress-core-installer | 0.87 | Composer plugin that installs WordPress core outside vendor, designed for setups with WordPress in a subdirectory and wp-content moved elsewhere to avoid updates wiping content. Supports custom install paths via wordpress-install-dir. | 205 | 219 | 42 | 173K | 5 | 3.9 | 41.3 | GPL-2.0 | 6 years ago | |
| wp-cli/eval-command | 0.87 | Adds WP-CLI commands to run arbitrary PHP code or execute PHP files from the command line. Supports running with or without loading WordPress, delaying execution until a specific hook, and passing args to scripts. | 10 | 10 | 14 | 298K | 0 | 23.8 | 62.3 | MIT | 1 day ago | |
| wp-starter/collections | 0.86 | Laravel-friendly collection utilities for WordPress projects. Adds helpful helpers and abstractions around arrays and iterable data to make transforming, filtering, and mapping data easier in WP-driven apps, plugins, and themes with a modern PHP approach. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| wp-starter/support | 0.86 | Lightweight support utilities for WP Starter projects. Includes helpful helpers, common abstractions, and shared tooling to speed up WordPress development and keep starter-based apps consistent, clean, and easier to maintain. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| johnpbloch/wordpress | 0.86 | Composer package for managing WordPress as a dependency. Install specific WordPress core versions via Composer, keep core out of your repo, and integrate WordPress into modern PHP workflows and deployments while retaining the standard WordPress structure. | 602 | 645 | 96 | 101K | 7 | 7.8 | 32.4 | — | — | |
| wp-cli/super-admin-command | 0.85 | WP-CLI command package for WordPress multisite to manage super admins. List current super admin users, grant privileges to one or more users, or revoke them via wp super-admin list/add/remove, with multiple output formats supported. | 11 | 11 | 15 | 196K | 0 | 23.5 | 62.7 | MIT | 1 day ago | |
| wp-cli/scaffold-command | 0.85 | WP-CLI scaffold-command generates boilerplate code for WordPress: plugins, themes (including _s/Underscores), child themes, blocks, post types, and taxonomies. Create ready-to-customize files fast, with options like activation, network enablement, and overwriting. | 173 | 173 | 85 | 221K | 0 | 29.1 | 49.1 | MIT | 2 months ago | |
| wpstarter/o-testbench-core | 0.85 | Core utilities for running WordPress-focused package tests with an Orchestra Testbench-style setup. Provides shared bootstrapping, environment config, and helpers to spin up a predictable app/testing container for faster, repeatable test suites. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| aaronadal/wordpress-bridge-bundle | 0.85 | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| wp-cli/wp-config-transformer | 0.85 | WP-CLI utility for safely reading and modifying WordPress wp-config.php values. Add, update, or remove constants, variables, and settings without manual editing, enabling reliable, scriptable configuration changes in automation and deployment workflows. | 85 | 86 | 26 | 321K | 0 | 22.6 | 55.9 | MIT | 3 months ago | |
| wp-cli/extension-command | 0.85 | WP-CLI extension-command adds wp plugin and wp theme management: install, activate/deactivate, update, delete, and more. Supports bulk actions, multisite network activation, exclusions, and forcing reactivation to rerun hooks. | 90 | 90 | 87 | 278K | 2 | 30.3 | 56.1 | MIT | 1 day ago | |
| wp-starter/container | 0.85 | Lightweight dependency injection container for PHP. Provides simple service binding and resolution to help structure applications and manage dependencies cleanly, suitable for small projects and framework-agnostic setups. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| wp-cli/media-command | 0.85 | WP-CLI media commands for WordPress: import files as attachments, regenerate thumbnails, replace attachment files, list registered image sizes, and fix image orientation. Useful for bulk media maintenance and automation from the command line. | 47 | 46 | 42 | 173K | 3 | 27.4 | 57.1 | MIT | 1 day ago | |
| wpstarter/c-sushi | 0.85 | Use Eloquent models backed by in-memory arrays instead of a database. Add the Sushi trait and a $rows dataset, then query, relate, eager load, and even validate with exists rules—great for fixture data like states, roles, and settings. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| wp-cli/cache-command | 0.84 | WP-CLI Cache Command manages WordPress object and transient caches from the command line. Add, get, set, delete, increment/decrement, and flush cached values across groups with optional expiration—ideal for debugging and cache maintenance. | 16 | 16 | 25 | 211K | 1 | 22.9 | 62.1 | MIT | 4 months ago |
How can I help you explore Laravel packages today?