Skip to content

Latest commit

 

History

History
18 lines (7 loc) · 627 Bytes

README.md

File metadata and controls

18 lines (7 loc) · 627 Bytes

Introduction

This library lets you quickly and easily send data from your Android app to your server and store it in a database.

This is the PHP backend part of the RemoteDb project. The Android library can be found at https://github.com/magnuswikhog/remotedb-android

Installation

For now, the recommended way to include this library is to simply clone the repo or copy and paste the RemoteDb library directory to your web server.

Example

See the demo for a usage example.