File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
SQL Query Formatter
2
2
=================
3
3
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)
5
5
6
6
7
7
A 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
41
41
Sample code:
42
42
``` php
43
43
<?php
44
- use NilPortugues\SqlQueryFormatter \Formatter;
44
+ use NilPortugues\Sql\QueryFormatter \Formatter;
45
45
46
46
$query = <<<SQL
47
47
SELECT user.user_id, user.username, (SELECT
@@ -121,7 +121,7 @@ I would like to thank the following people:
121
121
SQL Query Formatter is licensed under the MIT license.
122
122
123
123
```
124
- Copyright (c) 2014 Nil Portugués Calderó
124
+ Copyright (c) 2015 Nil Portugués Calderó
125
125
126
126
Permission is hereby granted, free of charge, to any person obtaining a copy
127
127
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments