PHPackages                             pazakharov/yii2-selenium-tools - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. pazakharov/yii2-selenium-tools

ActiveProject[Testing &amp; Quality](/categories/testing)

pazakharov/yii2-selenium-tools
==============================

Usefull tools for using with selenium automation

0.0.3(3y ago)32MITHTMLPHP &gt;=7.4

Since Aug 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/pazakharov/yii2-selenium-tools)[ Packagist](https://packagist.org/packages/pazakharov/yii2-selenium-tools)[ RSS](/packages/pazakharov-yii2-selenium-tools/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (12)Versions (5)Used By (0)

Yii2 Selenium tools
===================

[](#yii2-selenium-tools)

Install
-------

[](#install)

- Add to composer.json repository

```
"repositories": [
        ...// any other repositories
        {
            "type": "vcs",
            "url": "git@github.com:pazakharov/yii2-selenium-tools.git"
        }
        ...// any other repositories
    ]
```

- install via composer or add record to composer.json

```
composer require pazakharov/yii2-selenium-tools
```

- configure module to yii2 application acording to example configuration

```
[
    // ... other app config
'modules' => [
        'seleniumTools' => [
            'class' => \Zakharov\Yii2SeleniumTools\SeleniumToolsModule::class,
            'screenshotPath' => '@app/runtime/screenshots',
            'defaultChromeBinary' => env('CHROME_BINARY_PATH', null),
            'defaultWebdriverBinary' => env('CHROME_DRIVER_EXECUTABLE', null),
            'params' => [
                'headless' => false,
                'profilesDirectory' => '@app/runtime/profiles',
                'chromeDriverPortMin' => env('CHROME_DRIVER_PORT_MIN', null),
                'chromeDriverPortMax' => env('CHROME_DRIVER_PORT_MAX', null),
                'executorConnectionTimeoutMs' => env('CHROME_EXECUTOR_CONNECTION_TIMEOUT_MS', 120000),
                'executorRequestTimeoutMs' => env('EXECUTOR_REQUEST_TIMEOUT_MS', 120000),
                'PageLoadTimeTimeoutS' => env('PAGE_LOAD_TIME_TIMEOUT_S', 120),
            ]
        ]
    ],
    'controllerMap' => [
        'migrate' => [
            'class' => 'yii\console\controllers\MigrateController',
            'migrationPath' => [
                '@vendor/pazakharov/yii2-selenium-tools/Src/migrations'
                ],
        ]
    ]
]
```

Contributing and develop this project
-------------------------------------

[](#contributing-and-develop-this-project)

- Code format rules based on PSR-12 ./phpcs.xml
- In order to run test you should run migrations

```
    .\vendor\bin\yii migrate/up --appconfig=Tests/config/yii2.php
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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 ~31 days

Total

3

Last Release

1291d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b1b6d75ef3c204521c61270b3bc3917a4cdea5f519019e6111311adbb7a228f9?d=identicon)[pazakharov](/maintainers/pazakharov)

---

Top Contributors

[![pazakharov](https://avatars.githubusercontent.com/u/59995645?v=4)](https://github.com/pazakharov "pazakharov (22 commits)")

---

Tags

antidetectchromephp-webdriverseleniumselenium-stealthyii2yii2-extensionautomationseleniumwebdriveryii2bots

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/pazakharov-yii2-selenium-tools/health.svg)

```
[![Health](https://phpackages.com/badges/pazakharov-yii2-selenium-tools/health.svg)](https://phpackages.com/packages/pazakharov-yii2-selenium-tools)
```

###  Alternatives

[php-webdriver/webdriver

A PHP client for Selenium WebDriver. Previously facebook/webdriver.

5.2k90.0M127](/packages/php-webdriver-webdriver)[symfony/panther

A browser testing and web scraping library for PHP and Symfony.

3.1k14.7M96](/packages/symfony-panther)[instaclick/php-webdriver

PHP WebDriver for Selenium 2

43761.8M22](/packages/instaclick-php-webdriver)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[lmc/steward

Steward - makes Selenium WebDriver + PHPUnit testing easy and robust

222163.1k1](/packages/lmc-steward)[nearsoft/php-selenium-client

This library allows creating Selenium Server V2 tests in PHP. It communicates with the WebDriver API through the official JsonWireProtocol.

10854.9k](/packages/nearsoft-php-selenium-client)

PHPackages © 2026

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