You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ A very lightweight PHP class that re-formats unreadable and computer-generated S
15
15
*[7. License](#block7)
16
16
17
17
<aname="block1"></a>
18
-
# 1.Installation
18
+
##1.Installation
19
19
Add the following to your `composer.json` file :
20
20
21
21
```js
@@ -25,9 +25,10 @@ Add the following to your `composer.json` file :
25
25
}
26
26
}
27
27
```
28
-
---
28
+
29
+
29
30
<aname="block2"></a>
30
-
# 2. Features
31
+
##2. Features
31
32
32
33
**Human readable SQL formatting**
33
34
@@ -38,8 +39,9 @@ Add the following to your `composer.json` file :
38
39
- SQL Query Formatter takes data binding seriously.
39
40
- Placeholder syntax such as `:variable` or `?` is taken into account and is preserved when formatting.
40
41
42
+
41
43
<aname="block3"></a>
42
-
# 3. Usage
44
+
##3. Usage
43
45
44
46
Sample code:
45
47
```php
@@ -93,7 +95,7 @@ WHERE
93
95
```
94
96
95
97
<aname="block4"></a>
96
-
# 4. Fully tested
98
+
##4. Fully tested
97
99
Testing has been done using PHPUnit and [Travis-CI](https://travis-ci.org). All code has been tested to be compatible from PHP 5.3 up to PHP 5.6 and [HHVM](http://hhvm.com/).
98
100
99
101
To run the test suite, you need [Composer](http://getcomposer.org):
@@ -102,26 +104,25 @@ To run the test suite, you need [Composer](http://getcomposer.org):
- Jeremy Dorn <jeremy@jeremydorn.com> for his [sql-formatter](https://github.com/jdorn/sql-formatter) implementation I used as a basis for building this version.
120
122
121
-
---
122
123
123
124
<aname="block7"></a>
124
-
# 7. License
125
+
##7. License
125
126
SQL Query Builder is licensed under the MIT license.
0 commit comments