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

https://github.com/lesmiscore/phpapp


https://github.com/lesmiscore/phpapp

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Servers for Android #

* [Server for PHP](#markdown-header-server-for-php)
* [MariaDB Server](#markdown-header-mariadb-server)

# Server for PHP #

This is totally free PHP server for Android that works using PHP built-in server.

## Features ##

* PHP 5.4+, 7+
* Start server on Android device boot(if needed)
* Keep server running even if app is killed(if needed)
* Show notification when server is running(if needed)
* Configurable server port, network interface, document root
* Most of PHP extensions can be enabled and disabled

### PHP extensions (configurable - can be enabled/disabled) ###

* bbcode - BBCode
* bcmath - BC Math
* bz2 - Bzip 2
* calendar - Calendar
* ctype - Ctype
* dba - DBA
* eio - Eio
* ev - Ev
* exif - EXIF
* fileinfo - Fileinfo
* ftp - FTP
* gd - GD
* gender - Gender
* gettext - Gettext
* gmp - GMP
* recode - GNU Recode
* iconv - iconv
* id3 - ID3
* imagick - ImageMagick
* inotify - Inotify
* judy - Judy Arrays
* lzf - LZF
* mailparse - Mailparse
* mcrypt - Mcrypt
* mysql - Mysql
* mysqli - Mysqli
* oauth - OAuth
* odbc - ODBC
* zend_opcache - OPcache
* pdo_mysql - PDO MySQL
* pdo_odbc - PDO ODBC
* pdo_pgsql - PDO PostgreSQL
* phalcon - Phalcon
* phar - Phar
* posix - POSIX
* pgsql - PostgreSQL
* pspell - Pspell
* quickhash - Quickhash
* rar - RAR
* rpmreader - RPM Reader
* soap - SOAP
* spl_types - SPL Types
* ssh2 - SSH 2
* stats - Statistics
* tidy - Tidy
* tokenizer - Tokenizer
* weakref - Weakref
* xdebug - Xdebug
* xdiff - XDiff
* xmldiff - XMLDiff
* xsl - XSL
* yaf - Yet Another Framework
* yaml - YAML
* zip - ZIP
* zlib - Zlib

### PHP extensions (built-in - cannot be disabled) ###

* cli_server - SAPI CLI
* core - Core
* curl - cURL
* date - Date/Time
* dom - DOM
* ereg - POSIX Regex
* filter - Filter
* hash - Hash and Mhash
* intl - Intl
* json - JSON
* libxml - LibXml
* mbstring - MBString
* mysqlnd - Mysqlnd
* openssl - OpenSSL
* pcre - PCRE
* pdo - PDO
* pdo_sqlite - PDO Sqlite
* reflection - Reflection
* session - Session
* simplexml - SimpleXML
* sockets - Sockets
* spl - SPL
* sqlite3 - SQLite3
* standard - Standard
* wddx - WDDX
* xml - XML
* xmlreader - XML Reader
* xmlrpc - XML-RPC
* xmlwriter - XML Writer
* yar - Yet another RPC framework

## Downloads ##

You can download app here: https://play.google.com/store/apps/details?id=com.esminis.server.php

# MariaDB server #

This is totally free MariaDB server for Android.

## Features ##

* MariaDB 10.1.+
* Start server on Android device boot(if needed)
* Keep server running even if app is killed(if needed)
* Show notification when server is running(if needed)
* Configurable server port, network interface, data directory

# Author #

Tautvydas Andrikys http://esminis.com

# License #

Source code is licensed under the Apache License, Version 2.0
You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0