Skip to content

Commit cbb5d43

Browse files
committed
Updated README.md
1 parent 274b9a6 commit cbb5d43

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

LightSQLParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @copyright Copyright (c) 2018
99
* @license http://opensource.org/licenses/gpl-3.0.html GNU Public License
1010
* @link https://github.com/marcocesarato/PHP-Light-SQL-Parser-Class
11-
* @version 0.1.96
11+
* @version 0.1.97
1212
*/
1313
class LightSQLParser
1414
{

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHP Light SQL Parser Class
22

3-
**Version:** 0.1.96 beta
3+
**Version:** 0.1.97 beta
44

55
**Github:** https://github.com/marcocesarato/PHP-Light-SQL-Parser-Class
66

@@ -19,6 +19,13 @@ This parser is pretty light respect phpsqlparser or others php sql parser.
1919

2020
- php 4+
2121

22+
## Install
23+
24+
### Composer
25+
1. Install composer
26+
2. Type `composer require marcocesarato/sqlparser`
27+
4. Enjoy
28+
2229
## Usage
2330

2431
```php

0 commit comments

Comments
 (0)