pestphp/pest-plugin-browser
Pest Plugin for Browser adds browser testing capabilities to Pest, helping you write expressive end-to-end tests for your PHP applications. Part of the Pest ecosystem—see pestphp.com for docs and setup guidance.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pestphp/pest-plugin-arch | 0.83 | Pest Plugin Arch adds architecture testing to Pest, letting you enforce project boundaries and design rules with simple tests. Ideal for keeping Laravel/PHP codebases consistent and preventing unwanted dependencies. | 42 | 42 | 24 | 4M | 0 | 1.1 | 55.3 | MIT | — | |
| pestphp/pest-plugin-laravel | 0.82 | Pest Plugin for Laravel adds Laravel-specific testing helpers and integration to Pest, making it easy to write expressive, fast tests for Laravel apps while leveraging the familiar Laravel testing ecosystem. | 226 | 232 | 47 | 3M | 0 | 2.9 | 56.0 | MIT | — | |
| pestphp/pest-plugin-livewire | 0.82 | Pest Plugin Livewire adds Livewire-specific testing helpers to Pest, making it easy to write expressive, fluent tests for Laravel Livewire components. Integrates seamlessly with Pest to simplify component assertions and interactions. | 65 | 66 | 21 | 365K | 0 | 1.2 | 51.7 | MIT | — | |
| faissaloux/pest-plugin-inside | 0.82 | Pest plugin to run tests from inside your app’s context. Provides helpers to bootstrap Laravel or other frameworks for faster, cleaner integration-style tests without leaving Pest. Simple setup, lightweight, and aimed at improving developer ergonomics. | 4 | 4 | 2 | 272 | 0 | 23.7 | 28.3 | MIT | 2 weeks ago | |
| pestphp/pest-plugin | 0.81 | Plugin API for Pest PHP, the elegant testing framework. Use it to build and distribute Pest plugins that extend the runner, add custom expectations, hooks, and tooling integrations for your PHP test suite. | 0 | 47 | — | 4M | — | 0.9 | 55.6 | — | — | |
| behat/mink | 0.64 | — | 1,610 | 1,630 | 289 | 1M | 55 | 47.5 | 69.7 | MIT | 6 months ago | |
| behat/mink-zombie-driver | 0.62 | Mink driver powered by Zombie.js for fast, headless browser testing with Node.js. Install Zombie via npm (v2+) and the driver via Composer, then run Mink sessions against real pages to interact with DOM, click, fill forms, and assert content. | 41 | 44 | 46 | 16K | 14 | 3.6 | 27.6 | — | 4 years ago | |
| behat/behat | 0.62 | Behat is a PHP BDD framework for testing business expectations with executable specifications. Install via Composer and run scenarios from the CLI. Ideal for acceptance and behavior-driven tests, with strong docs and semantic versioning. | 3,956 | 4,001 | 614 | 2M | 48 | 77.4 | 60.9 | MIT | 1 month ago | |
| bugsnag/bugsnag | 0.61 | Bugsnag error monitoring and exception reporting for PHP. Automatically captures unhandled exceptions and crashes, supports reporting handled errors, and adds user/context data. Integrations for Laravel, Lumen, Symfony, Magento, WordPress, and more. | 563 | 569 | 77 | 640K | 5 | 28.6 | 48.9 | MIT | 4 months ago | |
| oleg-andreyev/mink-phpwebdriver-extension | 0.61 | — | 1 | 1 | 1 | 25K | 1 | 0.1 | 55.2 | MIT | — | |
| oleg-andreyev/mink-phpwebdriver | 0.61 | — | 8 | 8 | 9 | 192K | 4 | 5.1 | 57.7 | MIT | 1 year ago | |
| rmiller/behat-spec | 0.61 | Behat extension that integrates with PhpSpec to prevent fatal errors on missing classes or methods. Automatically generates specs and examples when Behat encounters undefined domain objects, then can run phpspec to create the code. | 52 | 53 | 6 | 6 | 6 | 2.5 | 2.5 | MIT | 10 years ago | |
| behat/mink-bundle | 0.60 | — | 60 | 65 | 18 | 193 | 4 | 1.5 | 6.5 | MIT | 11 years ago | |
| d11wtq/boris | 0.60 | Interactive REPL for PHP powered by Boris. Drop into a console and inspect variables, evaluate code, explore objects, and debug applications quickly from the command line with an easy, lightweight shell. | 0 | 2,153 | — | 74K | — | 22.5 | 29.3 | — | — | |
| bugsnag/bugsnag-psr-logger | 0.59 | PSR-3 logger implementation for Bugsnag. Provides BugsnagLogger to send notifications for messages above a configurable level, plus MultiLogger to fan out logs to Bugsnag and other PSR-3 loggers. Built on bugsnag-php. | 321 | 321 | 6 | 491K | 0 | 6.2 | 43.9 | MIT | 4 years ago | |
| phpat/phpat | 0.59 | PHPat is a PHPStan extension for architecture testing. Define readable architectural rules and automatically verify boundaries, dependencies, layers, and conventions in your PHP codebase during static analysis. Easy to install via Composer and PHPStan config. | 1,263 | 1,258 | 62 | 493K | 11 | 36.9 | 45.6 | MIT | 2 months ago | |
| react/react | 0.58 | ReactPHP is an event-driven, non-blocking I/O toolkit for PHP. Built around an event loop, it provides async building blocks like streams, DNS, sockets, HTTP client/server and process control—ideal for fast network services and long-running apps. | 9,085 | 9,107 | 717 | 29K | 0 | 46.9 | 8.6 | MIT | 2 years ago | |
| behat/gherkin | 0.58 | behat/gherkin is a PHP library for parsing the Gherkin language used in BDD. Read and tokenize feature files, build an AST, and integrate with Behat or other test runners to execute human-readable scenarios in your test suite. | 1,061 | 1,069 | 93 | 3M | 7 | 35.8 | 57.7 | MIT | 2 weeks ago | |
| boson-php/http | 0.58 | Lightweight HTTP client utilities for PHP. Provides simple request/response handling with a focus on clear, minimal APIs suitable for small services, scripts, and internal tools. Designed to keep dependencies low while staying easy to extend and integrate. | 0 | 0 | 0 | 62 | 0 | 0.0 | 24.9 | MIT | — | |
| nunomaduro/laravel-console-menu | 0.57 | Add interactive terminal menus to Laravel Artisan commands via a wrapper around php-school/cli-menu. Quickly build selectable option lists, ask questions, and collect input (including advanced fields like passwords), with configurable width and a clean UX. | 813 | 816 | 39 | 7K | 4 | 21.8 | 16.3 | MIT | 3 months ago |
How can I help you explore Laravel packages today?