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
- Host: GitHub
- URL: https://github.com/victor-teles/playwright-php
- Owner: victor-teles
- Created: 2025-01-25T14:21:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T23:54:46.000Z (3 months ago)
- Last Synced: 2025-02-27T04:03:32.190Z (2 months ago)
- Topics: php, playwright, playwright-php
- Language: PHP
- Homepage:
- Size: 3.06 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
![]()
![]()
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
```
## DocumentationVisit 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.