File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11SQL Query Formatter
22=================
33
4- [](https://travis-ci.org/nilportugues/sql-query-formatter) [](https://coveralls.io/r/nilportugues/sql-query-formatter?branch=master) [](https://scrutinizer-ci.com/g/nilportugues/sql-query-formatter/?branch=master) [](https://insight.sensiolabs.com/projects/a57aa8f3-bbe1-43a5-941e-689d8435ab20) [](https://packagist.org/packages/nilportugues/sql-query-formatter) [](https://packagist.org/packages/nilportugues/sql-query-formatter) [](https://packagist.org/packages/nilportugues/sql-query-formatter)
4+ [](https://travis-ci.org/nilportugues/sql-query-formatter) [](https://coveralls.io/r/nilportugues/sql-query-formatter?branch=master) [](https://scrutinizer-ci.com/g/nilportugues/sql-query-formatter/?branch=master) [](https://insight.sensiolabs.com/projects/a57aa8f3-bbe1-43a5-941e-689d8435ab20) [](https://packagist.org/packages/nilportugues/sql-query-formatter) [](https://packagist.org/packages/nilportugues/sql-query-formatter) [](https://packagist.org/packages/nilportugues/sql-query-formatter)
55
66
77A very lightweight PHP class that re-formats unreadable or computer-generated SQL query statements to human-friendly readable text.
@@ -41,7 +41,7 @@ php composer.phar require nilportugues/sql-query-formatter
4141Sample code:
4242``` php
4343<?php
44- use NilPortugues\SqlQueryFormatter \Formatter;
44+ use NilPortugues\Sql\QueryFormatter \Formatter;
4545
4646$query = <<<SQL
4747SELECT user.user_id, user.username, (SELECT
@@ -121,7 +121,7 @@ I would like to thank the following people:
121121SQL Query Formatter is licensed under the MIT license.
122122
123123```
124- Copyright (c) 2014 Nil Portugués Calderó
124+ Copyright (c) 2015 Nil Portugués Calderó
125125
126126Permission is hereby granted, free of charge, to any person obtaining a copy
127127of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments