An open API service indexing awesome lists of open source software.

https://github.com/victor-teles/playwright-php

A Playwright bridge for PHP
https://github.com/victor-teles/playwright-php

php playwright playwright-php

Last synced: about 1 month ago
JSON representation

A Playwright bridge for PHP

Awesome Lists containing this project

README

        


playwright-php banner


NPM Version
Build Status



A PHP library for automating browsers using Playwright.


## Installation

Install via Composer:

```bash
composer require playwright-php
```

Install npm dependencies:

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

Install browser binaries:

```bash
npx playwright install
```
## Documentation

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

## Credits

This project is based on [zoon/puphpeteer](https://github.com/zoonru/puphpeteer), which provided the foundation for this library.