wpstarter/o-testbench-core
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| wpstarter/o-testbench | 0.89 | 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-starter/console | 0.88 | 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 | |
| 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-starter/support | 0.87 | 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 | |
| wp-cli/db-command | 0.86 | — | 76 | 77 | 73 | 256K | 7 | 31.1 | 60.2 | MIT | 2 months 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-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/config-command | 0.85 | 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 | |
| johnpbloch/wordpress-core | 0.85 | 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 | — | |
| sampoyigi/testbench | 0.85 | Laravel testbench helpers for package development: quickly boot a minimal app, configure service providers, run migrations, and write reliable integration tests. Lightweight scaffolding to speed up local CI-style testing for your Laravel packages. | 0 | 0 | 0 | 754 | 0 | 8.1 | 42.3 | — | 8 months ago | |
| wp-cli/package-command | 0.85 | 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 | |
| tareq1988/wp-eloquent | 0.85 | — | 567 | 573 | 137 | 407 | 37 | 18.6 | 18.1 | — | — | |
| wp-starter/contracts | 0.85 | Laravel/PHP contract interfaces for a WordPress starter kit. Defines shared abstractions to keep packages decoupled and implementations swappable, providing a lightweight base for building WordPress integrations in a Laravel-style architecture. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| wp-cli/core-command | 0.85 | 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 | |
| wenprise/eloquent | 0.85 | Lightweight extensions for Laravel Eloquent that add helpful query and model utilities, cleaner builder macros, and convenience helpers to speed up common database tasks. Designed to drop into existing apps with minimal setup and familiar Eloquent syntax. | 4 | 4 | 1 | 17 | 0 | 19.8 | 10.2 | MIT | 2 months ago | |
| wp-cli/php-cli-tools | 0.85 | — | 681 | 698 | 114 | 805K | 0 | 30.0 | 47.7 | MIT | 3 months ago | |
| laravel-admin/wordpress-helpers | 0.85 | 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 | |
| wpstarter/framework | 0.84 | 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/database | 0.84 | Database layer for wp-starter projects, providing a simple foundation for configuring and working with WordPress/MySQL connections, queries, and migrations in PHP. Designed to integrate cleanly with the wp-starter ecosystem. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| metabolism/wordpress-core-installer | 0.84 | 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 |
How can I help you explore Laravel packages today?