https://github.com/mdsaad13/website-to-app
Convert any website to an Android app
https://github.com/mdsaad13/website-to-app
android php php82 website-to-android-app
Last synced: 3 months ago
JSON representation
Convert any website to an Android app
- Host: GitHub
- URL: https://github.com/mdsaad13/website-to-app
- Owner: mdsaad13
- Created: 2024-02-02T02:29:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T12:06:33.000Z (about 2 years ago)
- Last Synced: 2025-01-19T21:47:48.295Z (about 1 year ago)
- Topics: android, php, php82, website-to-android-app
- Language: PHP
- Homepage:
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Convert any website to an Android app
Android files used from: https://github.com/azhinu/Web-to-App
# How to build the app
1. Clone the repository
2. Run composer command to install the dependencies
```bash
composer install
```
3. Run the following command to build the app
```bash
php build.php
```
4. The app will be built in the `build` directory
# Environment
#### PHP version: 8.2
#### PHP extensions required: GdImage
#### Java version: openjdk 17.0.9
#### SDK version: gradle-7.2