wp-cli/checksum-command
WP-CLI command to verify WordPress core file integrity by comparing local files against published WordPress.org checksums. Supports version/locale selection, optional root checks, file exclusions, and multiple output formats.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| wp-cli/extension-command | 0.86 | 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-cli/core-command | 0.84 | WP-CLI package providing the wp core command set to download, install, update, and manage WordPress core. Includes update checking via the Version Check API with flags for major/minor comparisons, forced checks, and flexible output formats. | 53 | 52 | 56 | 300K | 0 | 30.0 | 60.0 | MIT | 1 day ago | |
| wp-cli/config-command | 0.83 | 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 | |
| wpstarter/o-testbench | 0.82 | WpStarter port of Laravel Testbench for package development. Provides a lightweight Laravel app environment for running package tests, bootstrapping service providers, and simulating framework features without installing a full application. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| wp-cli/package-command | 0.82 | 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. | 18 | 18 | 18 | 210K | 0 | 29.8 | 64.9 | MIT | 3 weeks ago | |
| wp-cli/php-cli-tools | 0.82 | — | 681 | 698 | 114 | 805K | 0 | 30.0 | 47.7 | MIT | 3 months ago | |
| johnpbloch/wordpress-core-installer | 0.82 | 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/wp-cli | 0.82 | WP-CLI is the command-line interface for WordPress. Manage sites without a browser: install and update core, plugins, and themes; configure multisite; run database operations; and automate routine admin tasks in scripts and CI. | 5,128 | 5,159 | 1,020 | 567K | 24 | 57.1 | 40.1 | MIT | 1 year ago | |
| wp-cli/db-command | 0.82 | — | 76 | 77 | 73 | 256K | 7 | 31.1 | 60.2 | MIT | 2 months ago | |
| laravel-admin/wordpress-helpers | 0.81 | Experimental helpers to run WordPress headlessly behind a Laravel frontend. Installs WordPress via Composer (wpackagist), sets plugin/theme paths, publishes public assets, and exposes /wordpress/wp-admin for setup plus custom post types/taxonomies. | 2 | 2 | 0 | 0 | 6 | 2.2 | 1.5 | — | 9 years ago | |
| wp-cli/wp-cli-tests | 0.81 | WP-CLI testing framework for WP-CLI packages. Adds Composer scripts and tooling to run PHPUnit, Behat, PHPCS, and linting with optional cross-platform Behat config and custom PHPCS rulesets for consistent CI-ready testing. | 42 | 42 | 27 | 135K | 1 | 28.6 | 56.2 | MIT | 1 day ago | |
| wp-cli/wp-config-transformer | 0.81 | 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/eval-command | 0.81 | 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-cli/entity-command | 0.81 | WP-CLI commands to manage WordPress entities: comments, menus, options, posts, sites, terms, and users. Create, update, delete, and moderate content from the command line, with support for listing and bulk operations. | 105 | 106 | 97 | 283K | 4 | 31.8 | 57.1 | MIT | 1 day ago | |
| wp-starter/console | 0.81 | 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 | |
| wp-cli/media-command | 0.81 | 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 | |
| johnpbloch/wordpress-core | 0.81 | Composer-friendly WordPress core package that mirrors official releases for dependency management. Use it to pull WordPress into PHP/Laravel projects or custom setups, pin versions, and keep updates predictable without manually downloading or committing core files. | 172 | 177 | 43 | 201K | 5 | 3.5 | 43.2 | NOASSERTION | — | |
| metabolism/wordpress-core-installer | 0.81 | 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 | |
| szepeviktor/phpstan-wordpress | 0.80 | PHPStan rules and stubs tailored for WordPress projects. Adds accurate type information for core functions, hooks, and globals to catch bugs earlier and improve static analysis in plugins and themes. Easy to integrate into existing PHPStan setups. | 330 | 333 | 30 | 815K | 12 | 20.0 | 52.5 | MIT | 9 months ago | |
| wp-coding-standards/wpcs | 0.80 | WordPress Coding Standards for PHP_CodeSniffer (WPCS) provides PHPCS rulesets and sniffs to enforce WordPress PHP style, best practices, security, and documentation guidelines. Install via Composer and run PHPCS to lint WordPress themes, plugins, and projects. | 2,820 | 2,837 | 521 | 2M | 224 | 78.3 | 73.1 | MIT | 1 week ago |
How can I help you explore Laravel packages today?