PHPackages                             luka-dev/playwright-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. luka-dev/playwright-php

Abandoned → [luka-dev/headless-task-server-php](/?search=luka-dev%2Fheadless-task-server-php)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

luka-dev/playwright-php
=======================

A PHP Module, that help with generating of task script for playwright and send it node.js

1.1.13.1(4y ago)2115.6k1MITPHPPHP &gt;=7.3

Since Sep 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/luka-dev/playwright-php)[ Packagist](https://packagist.org/packages/luka-dev/playwright-php)[ RSS](/packages/luka-dev-playwright-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (2)Versions (29)Used By (0)

playwright-php
==============

[](#playwright-php)

Install with composer

```
composer require luka-dev/playwright-php
```

A PHP Module, that help with generating of task script for playwright and send it node.js server

All detailed information [here](https://github.com/luka-dev/playwright-task-server)

Code example

```
$connectionConfig = new \ConnectionConfig('localhost');

$contextConfig = new ContextConfig();

$contextConfig->setUserAgent('Custom UserAgent');
$contextConfig->setProxy(
    'protocol://address:port',
    null,
    'username',
    'password'
);

$taskServer = new \TaskServer($connectionConfig, $contextConfig);

$script = new Context();

$page = $script->newPage();
$page->goto('https://2ip.ru/');
$element = $page->query('div.ip');
$element->textContentToVar('ip');
$script->resolve('ip');

$response = $taskServer->runTask($script);
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~12 days

Recently: every ~71 days

Total

28

Last Release

1761d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c339fe65debd12d5b26c3f42a71177f5c43d9809619feada1ccecd52b29b146b?d=identicon)[luka-dev](/maintainers/luka-dev)

---

Top Contributors

[![luka-dev](https://avatars.githubusercontent.com/u/43535027?v=4)](https://github.com/luka-dev "luka-dev (57 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/luka-dev-playwright-php/health.svg)

```
[![Health](https://phpackages.com/badges/luka-dev-playwright-php/health.svg)](https://phpackages.com/packages/luka-dev-playwright-php)
```

###  Alternatives

[dueros/bot-sdk

度秘bot开发的PHP SDK

7514.4k1](/packages/dueros-bot-sdk)[zephir/kirby-contentsync

Kirby contentsync plugin

543.0k](/packages/zephir-kirby-contentsync)[tioncico/curd-automatic-generation

401.7k1](/packages/tioncico-curd-automatic-generation)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
