PHPackages                             me-io/selenium-appium-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. me-io/selenium-appium-server

ActiveLibrary

me-io/selenium-appium-server
============================

Utilities for installing and running appium and Selenium (with Chromedriver)

1.0.1(6y ago)74.1k↓66.7%4[3 issues](https://github.com/me-io/selenium-appium-server/issues)[3 PRs](https://github.com/me-io/selenium-appium-server/pulls)1MITShell

Since Jan 31Pushed 2y ago6 watchersCompare

[ Source](https://github.com/me-io/selenium-appium-server)[ Packagist](https://packagist.org/packages/me-io/selenium-appium-server)[ RSS](/packages/me-io-selenium-appium-server/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (9)Used By (1)

 Selenium Appium Server
========================

[](#--selenium-appium-server)

Simple package that will configure your enviorment for using selenium or appium servers. The scripts files automatically download the required packages to run selenium or appium server.

---

[![Build Status](https://camo.githubusercontent.com/dad25cd6ec89494c57bf8b01308cb6f7a7b3799944b5495919882a9e63fd0075/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d652d696f2f73656c656e69756d2d61707069756d2d7365727665722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/me-io/selenium-appium-server)[![downloads](https://camo.githubusercontent.com/7c2b2d923420636b9b2c80a64a31cc01f8c2ca9b9840672b2d6ea08dab7d3999/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6d652d696f2f73656c656e69756d2d61707069756d2d7365727665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/me-io/selenium-appium-server/stats)[![MIT License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/me-io/selenium-appium-server/blob/master/LICENSE.md)

[![All Contributors](https://camo.githubusercontent.com/db0a672758a6b3f2641e6c6099e3fadfd608167acfae3b31425eb3917b0dc47f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f616c6c5f636f6e7472696275746f72732d322d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](#contributors)[![PRs Welcome](https://camo.githubusercontent.com/25b3e6d0d42c98de74a98cbb4d149a1c09020cf6d1361993b72d7d5b8ffed363/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](http://makeapullrequest.com)[![Code of Conduct](https://camo.githubusercontent.com/6cf3a420df991efb9d5319bcf31f1aec6d12e660e25f13256cb256e76a4399a7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f64652532306f662d636f6e647563742d6666363962342e7376673f7374796c653d666c61742d737175617265)](https://github.com/me-io/selenium-appium-server/blob/master/CODE_OF_CONDUCT.md)[![Watch on GitHub](https://camo.githubusercontent.com/7f8acc10933895f17273e45a5d8f5f4f25b89e48dcf93173d8c852aa5e8af14b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f77617463686572732f6d652d696f2f73656c656e69756d2d61707069756d2d7365727665722e7376673f7374796c653d736f6369616c)](https://github.com/me-io/selenium-appium-server/watchers)[![Star on GitHub](https://camo.githubusercontent.com/99db6144b4a7dbdabc0973ac0446d775f30a532095299f38a402297a676f0b12/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6d652d696f2f73656c656e69756d2d61707069756d2d7365727665722e7376673f7374796c653d736f6369616c)](https://github.com/me-io/selenium-appium-server/stargazers)[![Tweet](https://camo.githubusercontent.com/e4a2f8c8d18db5ce83ead619d6954466d2670dc03692706d19365631286b099b/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f75726c2f68747470732f6769746875622e636f6d2f6d652d696f2f73656c656e69756d2d61707069756d2d7365727665722e7376673f7374796c653d736f6369616c)](https://twitter.com/intent/tweet?text=Check%20out%20selenium-appium-server!%20https://github.com/me-io/selenium-appium-server%20%F0%9F%91%8D)

Requirement
-----------

[](#requirement)

1. Bash &gt;= 4.0

Install
-------

[](#install)

Just add the following to your composer.json file:

```
{
    "require": {
        "me-io/selenium-appium-server": "~1"
}
```

and then run `composer install`. This will install `selenium-appium-server` scripts inside your project. Or run the following command inside your terminal:

```
composer require me-io/selenium-appium-server
```

Running script files
--------------------

[](#running-script-files)

The `me-io/selenium-appium-server` gives the following scripts files that you can use to run selenium or appium servers:

- `./bin/appium.sh`
- `./bin/selenium.sh`

### Selenium script

[](#selenium-script)

```
$ ./vendor/bin/selenium.sh

Usage:
    selenium

Commands:
    configure            - Install selenium and its dependencies.
    start                - Start the selenium server.
    start-background     - Start selenium server in background.
    stop                 - Stop the selenium server.
    restart|force-reload - Restart the selenium server.

Examples:
    selenium start
```

### Appium script

[](#appium-script)

```
$ ./vendor/bin/appium.sh

Usage:
    appium

Commands:
    configure            - Install appium and its dependencies.
    start                - Start the appium server.
    start-background     - Start appium server in background.
    stop                 - Stop the appium server.
    restart|force-reload - Restart the appium server.

Examples:
    appium start
```

Contributors
------------

[](#contributors)

A huge thanks to all of our contributors::

[![](https://avatars0.githubusercontent.com/u/45731?v=3)
**Mohamed Meabed**](https://github.com/Meabed)
[💻](https://github.com//selenium-appium-server/commits?author=Meabed "Code") [📢](#talk-Meabed "Talks")[![](https://avatars2.githubusercontent.com/u/16267321?v=3)
**Zeeshan Ahmad**](https://github.com/ziishaned)
[💻](https://github.com//selenium-appium-server/commits?author=ziishaned "Code") [🐛](https://github.com//selenium-appium-server/issues?q=author%3Aziishaned "Bug reports") [⚠️](https://github.com//selenium-appium-server/commits?author=ziishaned "Tests") [📖](https://github.com//selenium-appium-server/commits?author=ziishaned "Documentation")License
-------

[](#license)

The code is available under the [MIT license](LICENSE.md).

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance11

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

2

Last Release

2458d ago

### Community

Maintainers

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

---

Top Contributors

[![meabed](https://avatars.githubusercontent.com/u/45731?v=4)](https://github.com/meabed "meabed (33 commits)")[![ziishaned](https://avatars.githubusercontent.com/u/16267321?v=4)](https://github.com/ziishaned "ziishaned (32 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (20 commits)")[![edmondscommerce](https://avatars.githubusercontent.com/u/62842?v=4)](https://github.com/edmondscommerce "edmondscommerce (9 commits)")[![igorsantos07](https://avatars.githubusercontent.com/u/532299?v=4)](https://github.com/igorsantos07 "igorsantos07 (2 commits)")

---

Tags

appiumappium-serverseleniumselenium-serverbrowser-testingseleniumChromedriverBehatappiumselenium-serverAppium-Server

### Embed Badge

![Health badge](/badges/me-io-selenium-appium-server/health.svg)

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

###  Alternatives

[php-webdriver/webdriver

A PHP client for Selenium WebDriver. Previously facebook/webdriver.

5.2k90.0M127](/packages/php-webdriver-webdriver)[lbaey/chromedriver

Utility for installing Chromedriver, whatever platform you are on, for use with Behat

1459.5k1](/packages/lbaey-chromedriver)[sauce/sausage

PHP version of the Sauce Labs API

70807.6k3](/packages/sauce-sausage)[appium/php-client

PHP client for Selenium 3.0/Appium 1.0

71674.0k4](/packages/appium-php-client)

PHPackages © 2026

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