Skip to content
Philip Olson edited this page Aug 11, 2016 · 3 revisions

Welcome

This codebase has little to moderate activity, and is happy to accept pull requests.

Usage

See the README file for details. The usage is rather simple, so there isn't much to talk about. Basically, download the source and either execute cli.php from the command line, or load GUI via your web server. For example:

CLI

$ cd MySQLConverterTool
$ php cli.php -f file-to-convert.php

GUI

$ cd MySQLConverterTool
$ cd GUI
$ php -S localhost:8000

Then, http://localhost:8000 in your browser will look like the following:

What the GUI looks like

Below are screenshots from the GUI interface.

The home page:

MySQL Convert Home

Converting a snippet:

Convert a Snippet

Converting a file:

Convert a File

Converting a directory:

Convert a Directory