wpstarter/o-testbench
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| wp-starter/console | 0.87 | 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/wp-cli | 0.86 | 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 | |
| wpstarter/o-testbench-core | 0.86 | 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 | |
| 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 | 33.2 | 57.4 | MIT | 2 days ago | |
| wp-cli/config-command | 0.86 | 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 | 2 days ago | |
| wpstarter/o-testbench-dusk | 0.86 | Laravel Dusk testing harness for packages using Orchestra Testbench. Spin up a browser test environment with minimal app scaffolding to run end-to-end UI tests against your package during development and CI. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| wp-cli/php-cli-tools | 0.86 | — | 681 | 698 | 114 | 805K | 0 | 30.0 | 47.7 | MIT | 3 months ago | |
| wpstarter/framework | 0.85 | WPStarter Framework is a Laravel-inspired PHP framework for building WordPress apps and plugins with modern patterns. It provides familiar helpers, service container features, and a clean structure to speed development while staying compatible with WordPress. | 16 | 17 | 3 | 25 | 0 | 2.3 | 5.1 | MIT | 1 year ago | |
| wp-starter/collections | 0.85 | 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 | |
| johnpbloch/wordpress-core-installer | 0.84 | 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 | |
| graham-campbell/testbench | 0.84 | Laravel TestBench adds testing helpers for Laravel packages and apps, built on PHPUnit, Mockery, and Orchestral Testbench. Supports Laravel 8–13 and PHP 7.4–8.5, providing a solid base for fast, reliable package tests. | 50 | 51 | 11 | 4K | 0 | 22.4 | 29.3 | MIT | 4 months 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 | 2 days ago | |
| testo/testo | 0.84 | Testo is an extensible PHP testing framework with a lightweight core and middleware system. It lets you fully control your test environment while keeping familiar PHP syntax. Includes an init command, suite/plugin config via testo.php, and Composer scripts. | 203 | 203 | 12 | 10K | 18 | 41.0 | 37.7 | BSD-3-Clause | 1 month ago | |
| wp-cli/package-command | 0.84 | 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 | 4 weeks ago | |
| johnpbloch/wordpress-core | 0.84 | 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 | — | |
| szepeviktor/phpstan-wordpress | 0.84 | 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-cli/eval-command | 0.84 | 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 | 2 days ago | |
| wp-cli/db-command | 0.83 | — | 76 | 77 | 73 | 256K | 7 | 31.1 | 60.2 | MIT | 2 months ago | |
| adroit11/laravel-tests | 0.83 | Reusable Laravel testing package with publishable test stubs, custom assertions, and helper utilities. Drop into Laravel 10/11 (PHP 8.1+) and run with PHPUnit or Pest to speed up common feature and integration testing setups. | 2 | 2 | 0 | 0 | 0 | 0.0 | — | — | — | |
| wp-starter/container | 0.83 | 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 |
How can I help you explore Laravel packages today?