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

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

webdriver-binary/binary-chromedriver
====================================

Utility for downloading Chrome Driver binary for current os/platform

6.1.0(4y ago)1303.8k↓25%1[1 issues](https://github.com/webdriver-binary/binary-chromedriver/issues)MITPHPPHP &gt;=7.2

Since Jun 20Pushed 4y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (18)Used By (0)

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

[](#binary-chromedriver)

[![Latest Stable Version](https://camo.githubusercontent.com/b39d95f64aff8f544b587baf72d845778dfecc72f745e9fe05869189134be65f/68747470733a2f2f706f7365722e707567782e6f72672f7765626472697665722d62696e6172792f62696e6172792d6368726f6d656472697665722f762f737461626c65)](https://packagist.org/packages/webdriver-binary/binary-chromedriver)[![Total Downloads](https://camo.githubusercontent.com/7e1b5aa604cbeea2ce6813a84d2cb4b9faa7ee81e5597ebc6b31d6c3cc59da39/68747470733a2f2f706f7365722e707567782e6f72672f7765626472697665722d62696e6172792f62696e6172792d6368726f6d656472697665722f646f776e6c6f616473)](https://packagist.org/packages/webdriver-binary/binary-chromedriver)[![Daily Downloads](https://camo.githubusercontent.com/cb972a65de86bf358ce02d48a086e0ab9875c8f567ed715b1c81f647e5c20c14/68747470733a2f2f706f7365722e707567782e6f72672f7765626472697665722d62696e6172792f62696e6172792d6368726f6d656472697665722f642f6461696c79)](https://packagist.org/packages/webdriver-binary/binary-chromedriver)[![License](https://camo.githubusercontent.com/5630d2857a4ab655f376d3e866cef409784e0a46952c7cd64ca480aaf7f468da/68747470733a2f2f706f7365722e707567782e6f72672f7765626472697665722d62696e6172792f62696e6172792d6368726f6d656472697665722f6c6963656e7365)](https://packagist.org/packages/webdriver-binary/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).

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

33

—

LowBetter than 75% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~195 days

Total

16

Last Release

1677d 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

5.0.3 → 6.0.02020-10-26

PHP version history (2 changes)5.0.2PHP &gt;=5.3.0

6.0.0PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/788f0266ceefbe132dfc47f88c0252a056c32e0adb035820bba34779a1613be9?d=identicon)[japerry](/maintainers/japerry)

---

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)")[![japerry](https://avatars.githubusercontent.com/u/445961?v=4)](https://github.com/japerry "japerry (8 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

testingacceptance-testingbrowser-testingwebdriverChromedriverbinarycomposer-plugindownloaderbinary downloaderbrowser driverchrome automationtest-automationcomposer extension

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/webdriver-binary-binary-chromedriver/health.svg)](https://phpackages.com/packages/webdriver-binary-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)
