MySQL 2 JSON Platform

Overview

MySQL 2 JSON is the best tool if you want to display data from your MySQL database t a web or mobile app. The tool is based on PHP and AngularJS.

1. Select

Choose only tables you need and preview JSON realtime

2. Secure

Choose your security key

3. Save

Complete your JSON data and start integrating.

Works with any type of MySQL database, WordPress, Woocommerce, Drupal, Prestashop, OpenCart, OsClass, any CMS and basically ANY custom database, no matter what type of data you have (plain text, html, images, videos).

Easy as 1 – 2 -3. Select tables, choose security key and save. 

Build your own data service with ease, you can use it for any web or mobile app based on: 

– JavaScript

– jQuery

– Angular 1 / Ionic 1

– Angular 4/5 / Ionic 2/3 

Integration samples included.

Features

  • Easy to use. Very easy. 
  • No coding required
  • Developed in house by developers for developers (and not only)

Requirements

  • MySQL database
  • Server (shared solution will work fine too, the app uses your website server)

Instructions

  • Edit config/config.php file to match your database settings
  • Upload the files on your server where your website is. You can have an new folder called as you want, let’s call it API
  • Access your website address with the folder at the end of the URL: http://mywebsite.com/API
  • Start creating your data feed by checking the checkboxes corresponding to your MySQL database tables. Select only the ones you need
  • Click next and choose your security key
  • Click next and build your JSON feed
  • Next read on the samples page that will open on how to integrate the service using multiple platforms.
  • Don’t forget to remove the demo access functionality, replace in your json.php file, line 33:

if ($secret == $secretDB || $secret == ‘access’) {

with

if ($secret == $secretDB) {

Related