An open API service indexing awesome lists of open source software.

https://github.com/stackoverflowexcept1on/grab-screen-from-phone

Displaying your phone's screen on a web server
https://github.com/stackoverflowexcept1on/grab-screen-from-phone

adb android-screenshot php

Last synced: 11 months ago
JSON representation

Displaying your phone's screen on a web server

Awesome Lists containing this project

README

          

### grab-screen-from-phone

banner

Displaying your phone's screen on a web server

### Requirements

- PHP 7.4+
- [ext-gd](https://www.php.net/manual/en/book.image.php) for image processing
- [`adb`](https://developer.android.com/studio/releases/platform-tools) command is available in your `$PATH`

### Features

- image filename is saved as `Y_m_d_H_i_s-phone_model.png` (can be saved with context menu)
- Linux and Windows is supported
- ultra lightweight

### Running

```bash
php -S 0.0.0.0:8080
```