/sql-formatter

Yet another SQL-formatting tool written in PHP

Primary LanguagePHPOtherNOASSERTION

SQL Formatter

Website to submit your form textarea of SQL and pretify the output.

Setup

Composer and Webserver

  • Get Composer - curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin -filename=composer
  • Run composer update
  • Run with php in-built webserver: php -S http://127.0.0.1:8080 and browse to http://127.0.0.1:8080

-- http://about.me/vijay.mahrra