Download the PHP package ngekoding/sql-column-alias-extractor without Composer
On this page you can find all versions of the php package ngekoding/sql-column-alias-extractor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ngekoding/sql-column-alias-extractor
More information about ngekoding/sql-column-alias-extractor
Files in ngekoding/sql-column-alias-extractor
Download ngekoding/sql-column-alias-extractor
More information about ngekoding/sql-column-alias-extractor
Files in ngekoding/sql-column-alias-extractor
Vendor ngekoding
Package sql-column-alias-extractor
Short Description A helper to extract SQL column aliases from SELECT statements
License MIT
Package sql-column-alias-extractor
Short Description A helper to extract SQL column aliases from SELECT statements
License MIT
Please rate this library. Is it a good library?
Informations about the package sql-column-alias-extractor
SQL Column Alias Extractor
A PHP helper to extract column aliases from SQL SELECT statements using PHPSQLParser.
Supports usage with any PHP project, with optional adapters for CodeIgniter 3 and CodeIgniter 4.
Installation
Usage
Basic usage
Handling wildcards (*)
Provide a resolver function that expands table.* into actual field names:
CodeIgniter Integration
You can use the provided adapter for seamless CodeIgniter 3 and CodeIgniter 4 support by just passing the query builder instance:
License
The MIT License (MIT). Please see License File for more information.
All versions of sql-column-alias-extractor with dependencies
PHP Build Version
Package Version
The package ngekoding/sql-column-alias-extractor contains the following files
Loading the files please wait ...