orchestra/testbench-core

Testing Helper for Laravel Development
49,042,738 272
Install
composer require orchestra/testbench-core
Latest Version:v11.3.5
PHP:^8.4
License:MIT
Last Updated:Jul 17, 2026
Links: GitHub  ·  Packagist
Maintainer: crynobone

Testing Framework for Laravel Development

Testbench Core is a framework designed to help you write tests and interact with your Laravel package.

tests Latest Stable Version Total Downloads Latest Unstable Version License

Version Compatibility

Laravel Testbench Core
6.x 4.x
7.x 5.x
8.x 6.x
9.x 7.x
10.x 8.x
11.x 9.x
12.x 10.x
13.x 11.x

Usage

Testbench

It loads a Laravel application within your package repository and enables you to run artisan commands, migrations, factories, and basic routing from within your tests.

Latest Stable Version Total Downloads

Testbench BrowserKit

It extends Testbench and allows you to interact with views using CSS selectors (form, button, link, etc.) without loading JavaScript.

Latest Stable Version Total Downloads

Testbench Dusk

It extends Testbench and allows you to interact with views using CSS selectors (form, button, link, etc). Loading the pages using Google Chrome enables you to interact with JavaScript-powered content.

Latest Stable Version Total Downloads

Workbench

It loads a Laravel application within your package repository and enables you to preview the package directly within the repository.

Latest Stable Version Total Downloads

Related Packages

orchestra/testbench

Laravel Testing Helper for Packages Development

43,186,877 2,232
unicorn/lumen-testbench-core

Lumen fork of orchestra/testbench-core - Testing Helper for Lumen Development

1,231 0
sofa/laravel-kahlan

Kahlan specs suite for testing Laravel applications

24,185 15
unicorn/lumen-testbench

Lumen fork of the orchestra/testbench Laravel Testing Helper for Packages Develo...

88 0