Download the PHP package ozh/sqltableextractor without Composer
On this page you can find all versions of the php package ozh/sqltableextractor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package sqltableextractor
SQLTableExtractor
A lightweight PHP library to extract table names from SQL queries.
Features
- ✅ Supports SELECT, INSERT, UPDATE queries
- ✅ Handles all JOIN types (INNER, LEFT, RIGHT, FULL, CROSS)
- ✅ Extracts tables from subqueries
- ✅ Removes SQL comments and string literals
- ✅ Cleans table names (backticks, quotes, database prefixes)
- ✅ Manages table aliases
- ✅ Zero dependencies
Installation
Usage
Requirements
- PHP 7.4 or higher
License
Do whatever the hell you want with it. Or,
MIT License - See LICENSE file for details
All versions of sqltableextractor with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package ozh/sqltableextractor contains the following files
Loading the files please wait ...