We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274b9a6 commit cbb5d43Copy full SHA for cbb5d43
2 files changed
LightSQLParser.php
@@ -8,7 +8,7 @@
8
* @copyright Copyright (c) 2018
9
* @license http://opensource.org/licenses/gpl-3.0.html GNU Public License
10
* @link https://github.com/marcocesarato/PHP-Light-SQL-Parser-Class
11
- * @version 0.1.96
+ * @version 0.1.97
12
*/
13
class LightSQLParser
14
{
README.md
@@ -1,6 +1,6 @@
1
# PHP Light SQL Parser Class
2
3
-**Version:** 0.1.96 beta
+**Version:** 0.1.97 beta
4
5
**Github:** https://github.com/marcocesarato/PHP-Light-SQL-Parser-Class
6
@@ -19,6 +19,13 @@ This parser is pretty light respect phpsqlparser or others php sql parser.
19
20
- php 4+
21
22
+## Install
23
+
24
+### Composer
25
+1. Install composer
26
+2. Type `composer require marcocesarato/sqlparser`
27
+4. Enjoy
28
29
## Usage
30
31
```php
0 commit comments