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
- Host: GitHub
- URL: https://github.com/stackoverflowexcept1on/grab-screen-from-phone
- Owner: StackOverflowExcept1on
- Created: 2023-01-16T20:26:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T21:46:01.000Z (about 3 years ago)
- Last Synced: 2025-01-11T13:23:59.756Z (about 1 year ago)
- Topics: adb, android-screenshot, php
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### grab-screen-from-phone

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
```