PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Michael Cummings   PHP SQL Parser Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SQL Parser Class
Parse SQL to extract the SQL query structure
Author: By
Last change:
Date: 5 years ago
Size: 1,079 bytes
 

Contents

Class file image Download
{ "name" : "greenlion/php-sql-parser", "type" : "library", "description" : "A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL", "keywords" : [ "sql", "parser", "creator", "MySQL" ], "homepage" : "https://github.com/greenlion/PHP-SQL-Parser", "license" : "BSD-3-Clause", "authors" : [{ "name" : "Justin Swanhart", "email" : "greenlion@gmail.com", "homepage" : "http://code.google.com/u/greenlion@gmail.com/", "role" : "Owner" }, { "name" : "André Rothe", "email" : "phosco@gmx.de", "homepage" : "https://www.phosco.info", "role" : "Committer" } ], "support" : { "issues" : "https://github.com/greenlion/PHP-SQL-Parser/issues", "source" : "https://github.com/greenlion/PHP-SQL-Parser" }, "autoload" : { "psr-0" : { "PHPSQLParser\\" : "src/" } }, "autoload-dev" : { "psr-4" : { "PHPSQLParser\\Test\\" : "tests/cases/" } }, "require" : { "php" : ">=5.3.2", "analog/analog" : "^1.0.6" }, "require-dev" : { "squizlabs/php_codesniffer" : "^1.5.1", "phpunit/phpunit" : "^4.0.14" } }