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

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

staudenmeir/dusk-updater
========================

Updater for Laravel Dusk ChromeDriver binaries

v1.5.1(1y ago)1242.4M↓44.7%111MITPHPPHP ^7.1.3|^8.0CI failing

Since Apr 2Pushed 1y ago4 watchersCompare

[ Source](https://github.com/staudenmeir/dusk-updater)[ Packagist](https://packagist.org/packages/staudenmeir/dusk-updater)[ RSS](/packages/staudenmeir-dusk-updater/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (10)Dependencies (2)Versions (17)Used By (1)

Dusk Updater
============

[](#dusk-updater)

[![CI](https://github.com/staudenmeir/dusk-updater/actions/workflows/ci.yml/badge.svg)](https://github.com/staudenmeir/dusk-updater/actions/workflows/ci.yml)[![Latest Stable Version](https://camo.githubusercontent.com/9b9cf4bcdb2015469faadc1984d4d9abe03f03096c63d52a53bac528c934fdcf/68747470733a2f2f706f7365722e707567782e6f72672f7374617564656e6d6569722f6475736b2d757064617465722f762f737461626c65)](https://packagist.org/packages/staudenmeir/dusk-updater)[![Total Downloads](https://camo.githubusercontent.com/fbf885a5b8734050aee4e1bf5a0cd3a69952920079214353d7de04af8820ae26/68747470733a2f2f706f7365722e707567782e6f72672f7374617564656e6d6569722f6475736b2d757064617465722f646f776e6c6f616473)](https://packagist.org/packages/staudenmeir/dusk-updater/stats)[![License](https://camo.githubusercontent.com/55d79fa5e6a2668409af6381e0546ef080f6720e9b5d15173362c8bc0c64a11d/68747470733a2f2f706f7365722e707567782e6f72672f7374617564656e6d6569722f6475736b2d757064617465722f6c6963656e7365)](https://github.com/staudenmeir/dusk-updater/blob/main/LICENSE)

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

Supports all versions of Dusk.

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

[](#installation)

```
composer require --dev staudenmeir/dusk-updater:"^1.1"

```

Users of Laravel 5.4 have to register the new provider in `AppServiceProvider::register()`:

```
if ($this->app->environment('local', 'testing')) {
    $this->app->register(\Staudenmeir\DuskUpdater\DuskServiceProvider::class);
}
```

Usage
-----

[](#usage)

Download the latest stable ChromeDriver release:

```
php artisan dusk:update

```

Let the updater detect the installed Chrome/Chromium version:

```
php artisan dusk:update --detect

```

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

```
php artisan dusk:update --detect=/usr/bin/google-chrome

```

Specify the major Chrome/Chromium version manually:

```
php artisan dusk:update 127

```

Specify the desired ChromeDriver version manually:

```
php artisan dusk:update 127.0.6533.119

```

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.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) and [CODE OF CONDUCT](.github/CODE_OF_CONDUCT.md) for details.

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity56

Moderate usage in the ecosystem

Community21

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 86.8% 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 ~155 days

Recently: every ~343 days

Total

16

Last Release

683d ago

PHP version history (3 changes)v1.0PHP &gt;=5.6.4

v1.2PHP ^7.1.3

v1.2.2PHP ^7.1.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c1c3cda28d147c1899037c3187f89a606ca14f51190de59e88fa91e51647ff6?d=identicon)[staudenmeir](/maintainers/staudenmeir)

---

Top Contributors

[![staudenmeir](https://avatars.githubusercontent.com/u/1853169?v=4)](https://github.com/staudenmeir "staudenmeir (46 commits)")[![u01jmg3](https://avatars.githubusercontent.com/u/1266205?v=4)](https://github.com/u01jmg3 "u01jmg3 (3 commits)")[![benepfist](https://avatars.githubusercontent.com/u/1907795?v=4)](https://github.com/benepfist "benepfist (1 commits)")[![dbfx](https://avatars.githubusercontent.com/u/182394?v=4)](https://github.com/dbfx "dbfx (1 commits)")[![murrant](https://avatars.githubusercontent.com/u/39462?v=4)](https://github.com/murrant "murrant (1 commits)")[![nlocascio](https://avatars.githubusercontent.com/u/10979131?v=4)](https://github.com/nlocascio "nlocascio (1 commits)")

### Embed Badge

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

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

###  Alternatives

[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k251.2M25.2k](/packages/friendsofphp-php-cs-fixer)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[phpactor/phpactor

PHP refactoring and intellisense tool for text editors

1.9k17.1k1](/packages/phpactor-phpactor)

PHPackages © 2026

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