PHPackages                             swiniak/selenium-server-standalone - 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. swiniak/selenium-server-standalone

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

swiniak/selenium-server-standalone
==================================

Composer distribution of Selenium Server Standalone, the browser automation framework. Adds a executable to your composer bin directory.

014PHP

Since Oct 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/swiniak/selenium-server-standalone)[ Packagist](https://packagist.org/packages/swiniak/selenium-server-standalone)[ RSS](/packages/swiniak-selenium-server-standalone/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

selenium-server-standalone
==========================

[](#selenium-server-standalone)

Fork of

[![Latest Stable Version](https://camo.githubusercontent.com/e8e55a7f3123ac18883ec615a1c6ed06eb0def41c061822db584a31b0332477e/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6f6d6c612d70726f6a656374732f73656c656e69756d2d7365727665722d7374616e64616c6f6e652f762f737461626c65)](https://packagist.org/packages/joomla-projects/selenium-server-standalone) [![Total Downloads](https://camo.githubusercontent.com/e3e7c2dc404e05f1fe82f320519e02f2e70ee9aa6f12600caa59a3b93abad132/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6f6d6c612d70726f6a656374732f73656c656e69756d2d7365727665722d7374616e64616c6f6e652f646f776e6c6f616473)](https://packagist.org/packages/joomla-projects/selenium-server-standalone) [![Latest Unstable Version](https://camo.githubusercontent.com/55f42810860208b75c6962e71f6a861f5fc33b3e80bf2025ad91116866b37b76/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6f6d6c612d70726f6a656374732f73656c656e69756d2d7365727665722d7374616e64616c6f6e652f762f756e737461626c65)](https://packagist.org/packages/joomla-projects/selenium-server-standalone) [![License](https://camo.githubusercontent.com/0ee345bb9b3a5060e25738ce86cc6801066ed982e767641b6ffe2ac916e1e82f/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6f6d6c612d70726f6a656374732f73656c656e69756d2d7365727665722d7374616e64616c6f6e652f6c6963656e7365)](https://packagist.org/packages/joomla-projects/selenium-server-standalone)

Composer distribution of Selenium Server Standalone, the browser automation framework.

Version
-------

[](#version)

Release numbers are synchronised with the Selenium versions. Version of this release is *v3.6.0*

Selenium Changelog:

Original jar files and checksums:

Webdriver
---------

[](#webdriver)

- Google Chrome version 2.32
- Internet Explorer 32-bit version 3.6.0
- Internet Explorer 64-bit version 3.6.0
- Microsoft Edge version 4.15063
- Microsoft Edge Insiders version 10.0.16288.1000
- Firefox Gecko / Marionette Driver version 0.19 •geckodriver now recommends Firefox 55 and greater. \*x32 windows = 0.18

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

[](#installation)

#### Inside your composer-powered project

[](#inside-your-composer-powered-project)

```
composer require swiniak/selenium-server-standalone
```

#### Standalone

[](#standalone)

```
composer install
```

The command `composer install` will make the selenium executable from inside `bin`.

Usage
-----

[](#usage)

```
$ vendor/bin/selenium-server-standalone
```

Arguments are supported.

```
$ vendor/bin/selenium-server-standalone -port 4445
```

To shut down Selenium you can visit:

```
http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer
```

Usage with PHP
--------------

[](#usage-with-php)

If you want to launch Selenium from a PHP application, you could use the Selenium class.

```
$selenium = new Selenium(array('browser' => 'chrome', 'insider' => false, 'selenium_params' => array()));
$selenium->run();
```

Possible values for browser are chrome|firefox|MicrosoftEdge|internet explorer If you are in the Windows Insider program, you would need the edge-insiders browser. So set the insider flag to true.

Acknowledgements
----------------

[](#acknowledgements)

This project was forked from the original

Thanks to the [Selenium Project](http://docs.seleniumhq.org/)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/swiniak-selenium-server-standalone/health.svg)

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

###  Alternatives

[bitwasp/bitcoin-lib

Implementation of raw transactions in bitcoin, HD wallets, Electrum wallets, and other fun stuff.

13922.3k5](/packages/bitwasp-bitcoin-lib)[felixdorn/laravel-rickroll

Rickrolls people trying to break your site.

867.3k](/packages/felixdorn-laravel-rickroll)[andreyryabin/sprint.options

Content options for 1C-Bitrix

185.7k](/packages/andreyryabin-sprintoptions)

PHPackages © 2026

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