Download the PHP package selcukmart/sqlbuilder without Composer
On this page you can find all versions of the php package selcukmart/sqlbuilder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download selcukmart/sqlbuilder
More information about selcukmart/sqlbuilder
Files in selcukmart/sqlbuilder
Download selcukmart/sqlbuilder
More information about selcukmart/sqlbuilder
Files in selcukmart/sqlbuilder
Vendor selcukmart
Package sqlbuilder
Short Description You can use this library for creating sql over sql array
License MIT
Package sqlbuilder
Short Description You can use this library for creating sql over sql array
License MIT
Please rate this library. Is it a good library?
Informations about the package sqlbuilder
SQL Builder
You can use this library for creating sql over sql array
Supported only SELECT,INSERT, UPDATE, DELETE; others are planned. You can build unlimitted subqueries.
Common SQL Builder Usage;
Every SQLBuilder should have an ID if you have more builders on same way. You can get the ID
calling $sql_builder->getId()
echo $sql->getOutputFormatted();
is formatted view;
echo $sql->getOutput();
is the real usage view;
Example Output
Joins usage;
Order is very important!!
Example;
Wrong: 'ON'=>['SSDSD'],'table'=>[]
Right: 'table'=>[],'ON'=>['SSDSD'],'WHERE'
The same;
UPDATE
DELETE
INSERT
All versions of sqlbuilder with dependencies
PHP Build Version
Package Version
Requires
brick/varexporter Version
~0.3.5
jdorn/sql-formatter Version ~1.2.16
phpmyadmin/sql-parser Version ~5.5.0
phpunit/phpunit Version ^9.5
jdorn/sql-formatter Version ~1.2.16
phpmyadmin/sql-parser Version ~5.5.0
phpunit/phpunit Version ^9.5
The package selcukmart/sqlbuilder contains the following files
Loading the files please wait ....