Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DroidPHP/DroidPHP
DroidPHP is a small, fast and lightweight open source Web Server for Android
https://github.com/DroidPHP/DroidPHP
Last synced: 12 days ago
JSON representation
DroidPHP is a small, fast and lightweight open source Web Server for Android
- Host: GitHub
- URL: https://github.com/DroidPHP/DroidPHP
- Owner: DroidPHP
- License: other
- Created: 2013-06-26T08:59:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T03:14:11.000Z (about 9 years ago)
- Last Synced: 2024-08-01T16:23:21.991Z (3 months ago)
- Language: Java
- Homepage: http://droidphp.github.io/
- Size: 49.4 MB
- Stars: 308
- Watchers: 32
- Forks: 130
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# DroidPHP Android App [![Build Status](https://api.travis-ci.org/DroidPHP/DroidPHP.png?branch=master)](https://travis-ci.org/DroidPHP/DroidPHP)
DroidPHP is an open-source Web Server for Android devices, allowing you to run PHP and MYSQL based appliation from your Android device.
Please see the [issues](https://github.com/droidphp/droidphp/issues) section to
report any bugs or feature requests and to see the list of known issues.Please see the [wiki](https://github.com/droidphp/droidphp/wiki) section for help.
## License
* [Apache Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
## Build dependencies
This project uses the open source libraries such as:
* [ActionBarSherlock](https://github.com/JakeWharton/ActionBarSherlock)
* [Commons IO](http://commons.apache.org/io)
* [SwitchCombatLib](https://bitbucket.org/ankri/switchbutton)
* [libsuperuser](https://github.com/Chainfire/libsuperuser)These are just a few of the major dependencies that is required to build this project.
## Executable dependencies
This project uses the open source software such as:
* [PHP](http://php.net)
* [MYSQL](http://mysql.com)
* [LIGHTTPD](http://lighttpd.net)
* [MSMTP](http://msmtp.sourceforge.net/)These are just a few of the major dependencies that is required to build binaries.
## Contributing
Please fork this repository and contribute back using
[pull requests](https://github.com/droidphp/droidphp/pulls).Any contributions, large or small, major features, bug fixes, additional
language translations, unit/integration tests are welcomed and appreciated
but will be thoroughly reviewed and discussed.