PHPackages                             codecraft-php/php-uiautomator - 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. codecraft-php/php-uiautomator

ActiveLibrary

codecraft-php/php-uiautomator
=============================

A PHP library for Android UI automation, built on top of xvq/php-adb and ReactPHP.

00PHP

Since Apr 6Pushed 2d agoCompare

[ Source](https://github.com/CodeCraft-php/php-uiautomator)[ Packagist](https://packagist.org/packages/codecraft-php/php-uiautomator)[ RSS](/packages/codecraft-php-php-uiautomator/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

PHP UiAutomator
===============

[](#php-uiautomator)

A PHP library for Android UI automation, built on top of xvq/php-adb and ReactPHP.

Description
-----------

[](#description)

PHP UiAutomator allows automating interactions with Android applications via ADB (Android Debug Bridge). It provides a simple API to find UI elements and perform actions like clicking, entering text, etc.

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

[](#installation)

Make sure you have Composer installed, then run:

```
composer require codecraft-php/php-uiautomator
```

Prerequisites
-------------

[](#prerequisites)

- PHP 8.0 or higher
- ADB installed and configured
- An Android device connected in USB debugging mode

Basic Usage
-----------

[](#basic-usage)

```
