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
- Host: GitHub
- URL: https://github.com/giansalex/sql-formatter
- Owner: giansalex
- License: mit
- Created: 2018-04-12T22:58:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T23:08:56.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T05:43:50.626Z (about 1 year ago)
- Topics: php, sql, sql-formatter
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)