PHPackages                             vaimo/binary-chromedriver - 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. vaimo/binary-chromedriver

ActiveComposer-plugin[Testing &amp; Quality](/categories/testing)

vaimo/binary-chromedriver
=========================

Utility for downloading Chrome Driver binary for current os/platform

5.0.3(6y ago)4305.3k4MITPHPPHP &gt;=5.3.0

Since Jun 20Pushed 5y ago6 watchersCompare

[ Source](https://github.com/vaimo/binary-chromedriver)[ Packagist](https://packagist.org/packages/vaimo/binary-chromedriver)[ RSS](/packages/vaimo-binary-chromedriver/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (9)Versions (14)Used By (0)

binary-chromedriver
===================

[](#binary-chromedriver)

[![Latest Stable Version](https://camo.githubusercontent.com/a2034af7cb367dc1d5a1ca36f6ba22c00871aa6303f4d56549b5ab3d71c7ff1c/68747470733a2f2f706f7365722e707567782e6f72672f7661696d6f2f62696e6172792d6368726f6d656472697665722f762f737461626c65)](https://packagist.org/packages/vaimo/binary-chromedriver)[![Total Downloads](https://camo.githubusercontent.com/22e20dcc4cfb62d53dc4b90751f7ae75686bf8dbea6c439b7ed6d375c29133e8/68747470733a2f2f706f7365722e707567782e6f72672f7661696d6f2f62696e6172792d6368726f6d656472697665722f646f776e6c6f616473)](https://packagist.org/packages/vaimo/binary-chromedriver)[![Daily Downloads](https://camo.githubusercontent.com/eef3cfa1b244c0ca9331925b69b981bdfe52396746c9e11f87b513039c94ba9c/68747470733a2f2f706f7365722e707567782e6f72672f7661696d6f2f62696e6172792d6368726f6d656472697665722f642f6461696c79)](https://packagist.org/packages/vaimo/binary-chromedriver)[![License](https://camo.githubusercontent.com/38af99216677967dcd56c8ef6b5dd1c438d5c30ee4b4fe4ce79162202f160346/68747470733a2f2f706f7365722e707567782e6f72672f7661696d6f2f62696e6172792d6368726f6d656472697665722f6c6963656e7365)](https://packagist.org/packages/vaimo/binary-chromedriver)

Downloads chromedriver binary for Linux (32bits or 64bits), macOS (Mac OS X) and Windows.

The binary version is determined by the following factors:

- what browser version is currently installed (if binary found from the system).
- specified/configured version (see below under 'Configuration' topic).
- latest available version (polled from remote, official end-point).

More information on recent changes [HERE](./CHANGELOG.md).

Configuration
-------------

[](#configuration)

Although the binary downloader usually ends up positively detecting the appropriate driver version that needs to be downloaded, user still has an option to specify the version explicitly when needed.

```
{
  "extra": {
    "chromedriver": {
      "version": "2.33"
    }
  }
}
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% 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 ~49 days

Recently: every ~66 days

Total

12

Last Release

2456d ago

Major Versions

2.8.0 → 3.0.02018-12-04

3.0.0 → 4.0.02018-12-05

4.0.1 → 5.0.02018-12-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/695d3feefa2118fb7005d5c6b3bbccb2e164ab48bb1a3eb64b3e7595298ce9e4?d=identicon)[vaimo](/maintainers/vaimo)

---

Top Contributors

[![lbaey-mobizel](https://avatars.githubusercontent.com/u/57004147?v=4)](https://github.com/lbaey-mobizel "lbaey-mobizel (24 commits)")[![lbaey](https://avatars.githubusercontent.com/u/3330154?v=4)](https://github.com/lbaey "lbaey (11 commits)")[![Mabahe](https://avatars.githubusercontent.com/u/1684986?v=4)](https://github.com/Mabahe "Mabahe (4 commits)")[![allanpaiste](https://avatars.githubusercontent.com/u/3738135?v=4)](https://github.com/allanpaiste "allanpaiste (2 commits)")[![dawehner](https://avatars.githubusercontent.com/u/29678?v=4)](https://github.com/dawehner "dawehner (1 commits)")

---

Tags

automationbinarycomposer-plugindownloadermulti-platformtestingtestingacceptance-testingbrowser-testingwebdriverChromedriverbinarycomposer-plugindownloaderbinary downloaderbrowser driverchrome automationtest-automationcomposer extension

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/vaimo-binary-chromedriver/health.svg)

```
[![Health](https://phpackages.com/badges/vaimo-binary-chromedriver/health.svg)](https://phpackages.com/packages/vaimo-binary-chromedriver)
```

###  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)[behat/mink-selenium2-driver

Selenium2 (WebDriver) driver for Mink framework

51159.1M666](/packages/behat-mink-selenium2-driver)[codeception/module-webdriver

WebDriver module for Codeception

3831.4M245](/packages/codeception-module-webdriver)[lmc/steward

Steward - makes Selenium WebDriver + PHPUnit testing easy and robust

222163.1k1](/packages/lmc-steward)[silverstripe/mink-facebook-web-driver

Mink driver for facebook's webdriver

11518.5k2](/packages/silverstripe-mink-facebook-web-driver)

PHPackages © 2026

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