PHPackages                             anteris-dev/selenium-server - 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. anteris-dev/selenium-server

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

anteris-dev/selenium-server
===========================

A Selenium server that can be stopped / started with PHP.

v1.1.0(5y ago)016PHP

Since Sep 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Anteris-Dev/selenium-server)[ Packagist](https://packagist.org/packages/anteris-dev/selenium-server)[ RSS](/packages/anteris-dev-selenium-server/feed)WikiDiscussions master Synced 1w ago

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

Selenium Server for PHP
=======================

[](#selenium-server-for-php)

[![Check & fix styling](https://github.com/Anteris-Dev/selenium-server/workflows/Check%20&%20fix%20styling/badge.svg)](https://github.com/Anteris-Dev/selenium-server/actions?query=workflow%3A%22Check+%26+fix+styling%22)

This package provides you with a Selenium server ready to run on Linux, Mac OS, or Windows.

To Install
==========

[](#to-install)

```
composer require anteris-dev/selenium-server
```

Next you will want to install a Selenium driver.

```
# To install Gecko Driver
./vendor/bin/selenium install:gecko

# To install Chrome Driver
./vendor/bin/selenium install:chrome

# To install both
./vendor/bin/selenium install
```

To Run the Server
=================

[](#to-run-the-server)

```
./vendor/bin/selenium serve
```

To modify the driver used, pass the --driver method to the command. Supported drivers are listed below.

- Gecko (Firefox)
- Chrome (Chromium)

```
# Start a Firefox instance
./vendor/bin/selenium serve --driver gecko

# Start a Chromium instance
./vendor/bin/selenium serve --driver chrome
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Total

3

Last Release

2044d ago

Major Versions

v0.1.0 → v1.0.02020-09-16

### Community

Maintainers

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

---

Top Contributors

[![aidan-casey](https://avatars.githubusercontent.com/u/6686277?v=4)](https://github.com/aidan-casey "aidan-casey (4 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/anteris-dev-selenium-server/health.svg)

```
[![Health](https://phpackages.com/badges/anteris-dev-selenium-server/health.svg)](https://phpackages.com/packages/anteris-dev-selenium-server)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[shlinkio/shlink

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

4.8k4.3k](/packages/shlinkio-shlink)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

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

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

728272.9k20](/packages/civicrm-civicrm-core)[overtrue/php-opencc

中文简繁转换，支持词汇级别的转换、异体字转换和地区习惯用词转换（中国大陆、台湾、香港、日本新字体）。基于 \[BYVoid/OpenCC\](https://github.com/BYVoid/OpenCC) 数据实现。

12130.7k](/packages/overtrue-php-opencc)

PHPackages © 2026

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