2017 © Pedro PelĂĄez
 

library php-sql-parser

SQL parsing tools for PHP, fork of soundintheory/php-sql-parser

image

liquiddesign/php-sql-parser

SQL parsing tools for PHP, fork of soundintheory/php-sql-parser

  • Tuesday, May 15, 2018
  • by oldrich@lqd.cz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 17 Forks
  • 0 Open issues
  • 7 Versions
  • 18 % Grown

The README.md

PHP SQL Parser

A fork of https://github.com/soundintheory/php-sql-parser There were several issues in PHPSQLCreator and they are fixed now. Creator now support having clause and many more., (*1)

A Parser for mysql-ish queries that can represent a query as an array., (*2)

Fixes and improvements of soundintheory/php-sql-parser

  • fixed match against
  • implements match against in SELECT
  • fixed HAVING clause
  • fixed calling function in function in SELECT and WHERE
  • some other minor fixes

Usage

Use your PSR-0 Compatible Autoloader or the sample one provided in example.php

Improvements/Feedback.

Please send them to me, or send a pull request. I will honor every reasonable request, where reasonable usually means elegance, simplicity and bug fixes. Suggestions for improvement are welcome, though you'll see them sooner if you write them. I will take unit tests as well!, (*3)

License

PHPSQLParser is licensed under The BSD 2-Clause License, available online here: http://opensource.org/licenses/bsd-license.php, (*4)

/** * A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL * * Copyright (c) 2010-2012, Justin Swanhart * with contributions by André Rothe <arothe@phosco.info, phosco@gmx.de> * with contributions by Dan Vande More bigdan@gmail.com * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT * SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH * DAMAGE. */, (*5)

The Versions

15/05 2018

dev-master

9999999-dev

SQL parsing tools for PHP, fork of soundintheory/php-sql-parser

  Sources   Download

BSD-2-Clause

The Requires

  • php >=5.3.3

 

15/05 2018

1.0.5

1.0.5.0

SQL parsing tools for PHP, fork of soundintheory/php-sql-parser

  Sources   Download

BSD-2-Clause

The Requires

  • php >=5.3.3

 

17/09 2017

1.0.4

1.0.4.0

SQL parsing tools for PHP, fork of soundintheory/php-sql-parser

  Sources   Download

BSD-2-Clause

The Requires

  • php >=5.3.3

 

16/09 2017

1.0.3

1.0.3.0

SQL parsing tools for PHP, fork of soundintheory/php-sql-parser

  Sources   Download

BSD-2-Clause

The Requires

  • php >=5.3.3

 

15/09 2017

1.0.2

1.0.2.0

SQL parsing tools for PHP, fork of soundintheory/php-sql-parser

  Sources   Download

BSD-2-Clause

The Requires

  • php >=5.3.3

 

12/09 2017

1.0.1

1.0.1.0

SQL parsing tools for PHP, fork of soundintheory/php-sql-parser

  Sources   Download

BSD-2-Clause

The Requires

  • php >=5.3.3

 

09/08 2013

1.0

1.0.0.0

SQL parsing tools for PHP

  Sources   Download

BSD-2-Clause

The Requires

  • php >=5.3.3