PHPackages                             wpstarter/o-dusk-updater - 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. wpstarter/o-dusk-updater

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wpstarter/o-dusk-updater
========================

Updater for Laravel Dusk ChromeDriver binaries

v1.1(3y ago)01.3k1MITPHPPHP ^7.3|^8.0

Since Mar 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/wpstarter/o-dusk-updater)[ Packagist](https://packagist.org/packages/wpstarter/o-dusk-updater)[ Fund](https://paypal.me/alt9270)[ RSS](/packages/wpstarter-o-dusk-updater/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (6)Versions (4)Used By (1)

Updater for Laravel Dusk ChromeDriver binaries
==============================================

[](#updater-for-laravel-dusk-chromedriver-binaries)

[![tests](https://github.com/orchestral/dusk-updater/workflows/tests/badge.svg?branch=master)](https://github.com/orchestral/dusk-updater/actions?query=branch%3Amaster+workflow%3Atests)[![Latest Stable Version](https://camo.githubusercontent.com/76a952597aec3a05914d34dfa844f0bac2aa7fa876e5fbbad4a02b32a0ed6689/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f6475736b2d757064617465722f76657273696f6e)](https://packagist.org/packages/orchestra/dusk-updater)[![Total Downloads](https://camo.githubusercontent.com/286644042f466481c94e6607d7ef2b4bc5ab69fde281b8986d251b527847e303/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f6475736b2d757064617465722f646f776e6c6f616473)](https://packagist.org/packages/orchestra/dusk-updater)[![Latest Unstable Version](https://camo.githubusercontent.com/8b290dd95deaca8bacc076e211e4f889775b9def76cd6d198fdcb61445a3da0e/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f6475736b2d757064617465722f762f756e737461626c65)](//packagist.org/packages/orchestra/dusk-updater)[![License](https://camo.githubusercontent.com/e58a01aed1a40c873e0c25fb1bf4821682a903c1c833fff5d2c1823061475fd1/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f6475736b2d757064617465722f6c6963656e7365)](https://packagist.org/packages/orchestra/dusk-updater)

> This is a fork based on [staudenmeir/dusk-updater](https://github.com/staudenmeir/dusk-updater) but uses Symfony Console to allow it to be use outside of Laravel installation.

Introduction
------------

[](#introduction)

This Symfony command updates your Laravel Dusk ChromeDriver binaries to the latest or specified release.

Supports all versions of Laravel Dusk especially used outside of Laravel installation.

Installation
------------

[](#installation)

```
composer require --dev wpstarter/dusk-updater

```

Usage
-----

[](#usage)

### Updating ChromeDriver

[](#updating-chromedriver)

Download the latest stable ChromeDriver release:

```
./vendor/bin/dusk-updater update

```

You can also specify the major Chrome/Chromium version you are using:

```
./vendor/bin/dusk-updater update 74

```

Or you directly specify the desired ChromeDriver version:

```
./vendor/bin/dusk-updater update 74.0.3729.6

```

> If Dusk is still using the previous version after the update, there is probably an old ChromeDriver process running that you need to terminate first.

### Checking Chrome Versions

[](#checking-chrome-versions)

You can check if the installed Chrome and ChromeDriver version using:

```
./vendor/bin/dusk-updater detect

```

> The command will prompt you to download new ChromeDriver if it is outdated.

Specify the absolute path to your custom Chrome/Chromium installation (not supported on Windows):

```
./vendor/bin/dusk-updater detect --chrome-dir=/usr/bin/google-chrome

```

Finally, you can also tell the command to automatically downlad new version if it is outdated using:

```
./vendor/bin/dusk-updater detect --auto-update

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

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

Total

3

Last Release

1144d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2641656?v=4)[as247](/maintainers/as247)[@as247](https://github.com/as247)

---

Top Contributors

[![as247](https://avatars.githubusercontent.com/u/2641656?v=4)](https://github.com/as247 "as247 (13 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wpstarter-o-dusk-updater/health.svg)

```
[![Health](https://phpackages.com/badges/wpstarter-o-dusk-updater/health.svg)](https://phpackages.com/packages/wpstarter-o-dusk-updater)
```

###  Alternatives

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M566](/packages/symfony-maker-bundle)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[shivas/versioning-bundle

Symfony application versioning, simple console command to manage version (with providers e.g. git tag) of your application using Semantic Versioning 2.0.0 recommendations

1121.2M1](/packages/shivas-versioning-bundle)[internal/dload

Downloads binaries.

98142.7k10](/packages/internal-dload)

PHPackages © 2026

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