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

https://github.com/giansalex/sql-formatter

Application for SQL-formatting in PHP
https://github.com/giansalex/sql-formatter

php sql sql-formatter

Last synced: 12 months ago
JSON representation

Application for SQL-formatting in PHP

Awesome Lists containing this project

README

          

# SQL Formatter

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

### Install

Run
```
git clone https://github.com/giansalex/sql-formatter
composer install
php -S 127.0.0.1:8080
```
Go to [http://127.0.0.1:8080](http://127.0.0.1:8080)

### Deploy on Docker
Run
```
docker build -t sqlformatter .
docker run -d -p 80:80 --name sqlapp sqlformatter
```

### Reference

[Original Version](https://github.com/vijinho/sql-formatter)