Download the PHP package playwright-php/playwright-mink without Composer
On this page you can find all versions of the php package playwright-php/playwright-mink. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download playwright-php/playwright-mink
More information about playwright-php/playwright-mink
Files in playwright-php/playwright-mink
Package playwright-mink
Short Description Mink driver powered by Playwright PHP (Chromium/Firefox/WebKit).
License MIT
Homepage https://playwright-php.dev/mink
Informations about the package playwright-mink


[](https://packagist.org/packages/playwright-php/playwright-mink)

Playwright PHP Mink Driver
A Mink driver powered by Playwright PHP.
Use it to keep an existing Mink test suite while running its browser interactions in Chromium, Firefox, or WebKit through Playwright.
Installation
The driver requires PHP 8.2 or later, Mink 1.10 or later, and Playwright PHP 1.x.
Usage
Create the driver, pass it to a Mink session, and use the regular Mink API:
The constructor accepts:
browserType:chromium,firefox, orwebkit;headless: whether to run without a visible browser window;launchOptions: browser launch options such asslowMoandargs;contextOptions: options passed to the Playwright browser context.
Documentation
See Driver support for the tested Mink surface and known limitations.
Contributing
The driver is tested against the official
minkphp/driver-testsuite.
Install dependencies, start its test server, then run PHPUnit:
In another terminal:
The test suite currently excludes scenarios that depend on jQuery UI drag and drop or asynchronous popup discovery. These limitations are documented in the driver support page.
License
Playwright PHP Mink Driver is released under the MIT License.