PHPackages                             sapistudio/seleniumstealth - 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. sapistudio/seleniumstealth

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

sapistudio/seleniumstealth
==========================

1.0.3(4y ago)2152.4k↓13.8%5[3 issues](https://github.com/Sapistudio/SeleniumStealth/issues)2MITJavaScript

Since Jan 24Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Sapistudio/SeleniumStealth)[ Packagist](https://packagist.org/packages/sapistudio/seleniumstealth)[ RSS](/packages/sapistudio-seleniumstealth/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)DependenciesVersions (6)Used By (2)

selenium-stealth
================

[](#selenium-stealth)

A php package **selenium-stealth** to prevent detection.

As of now selenium-stealth **only support Selenium Chrome/Chromium**.

After using selenium-stealth you can prevent almost all selenium detections. There is a lot of guides on stackoverflow on How to prevent selenium detection but I can not find a single python package for it so I am just creating one after all we can't let the cats win. It can be seen as a re-implementation of JavaScript [puppeteer-extra-plugin-stealth](https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-stealth) developed by [@berstend](https://github.com/berstend%3E).

Install
-------

[](#install)

```
$ composer require sapistudio/seleniumstealth

```

Usage
-----

[](#usage)

For now , it can run with php-webdriver or laravel-panther client for php-webdriver

```
use Facebook\WebDriver\Remote\RemoteWebDriver;
use SapiStudio\SeleniumStealth\SeleniumStealth;

// Chrome
$driver = RemoteWebDriver::create($serverUrl, DesiredCapabilities::chrome());
$driver = (new SeleniumStealth(driver))->usePhpWebriverClient()->makeStealth();
```

for laravel panther

```
use Symfony\Component\Panther\Client;
use SapiStudio\SeleniumStealth\SeleniumStealth;

// Chrome
$driver = Client::createChromeClient();
$driver = (new SeleniumStealth(driver))->makeStealth();
```

After this you run your usual commands with the driver

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.3% 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 ~116 days

Total

4

Last Release

1589d ago

### Community

Maintainers

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

---

Top Contributors

[![Sapistudio](https://avatars.githubusercontent.com/u/15252797?v=4)](https://github.com/Sapistudio "Sapistudio (11 commits)")[![tadaswaavo](https://avatars.githubusercontent.com/u/8296300?v=4)](https://github.com/tadaswaavo "tadaswaavo (3 commits)")[![dacog](https://avatars.githubusercontent.com/u/557703?v=4)](https://github.com/dacog "dacog (1 commits)")

### Embed Badge

![Health badge](/badges/sapistudio-seleniumstealth/health.svg)

```
[![Health](https://phpackages.com/badges/sapistudio-seleniumstealth/health.svg)](https://phpackages.com/packages/sapistudio-seleniumstealth)
```

###  Alternatives

[kongulov/interact-with-enum

Trait for convenient use of ENUM in PHP

3052.3k2](/packages/kongulov-interact-with-enum)

PHPackages © 2026

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