victor-teles/playwright-php

A Playwright bridge for PHP.

1.0.2 2025-01-25 23:56 UTC

This package is auto-updated.

Last update: 2025-05-02 00:52:05 UTC


README

playwright-php banner NPM Version Build Status
A PHP library for automating browsers using Playwright.

Installation

Install via Composer:

composer require victor-teles/playwright-php

Install npm dependencies:

npm install https://github.com/victor-teles/playwright-php/tarball/main 

Install browser binaries:

npx playwright install

Documentation

Visit https://playwright-php.vercel.app to view the documentation.

Credits

This project is based on zoon/puphpeteer, which provided the foundation for this library.