Download the PHP package rkr/php-mysql-query-builder without Composer
On this page you can find all versions of the php package rkr/php-mysql-query-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rkr/php-mysql-query-builder
More information about rkr/php-mysql-query-builder
Files in rkr/php-mysql-query-builder
Download rkr/php-mysql-query-builder
More information about rkr/php-mysql-query-builder
Files in rkr/php-mysql-query-builder
Vendor rkr
Package php-mysql-query-builder
Short Description Easy to use query builder for PHP8.0+/PDO
License MIT
Package php-mysql-query-builder
Short Description Easy to use query builder for PHP8.0+/PDO
License MIT
Please rate this library. Is it a good library?
Informations about the package php-mysql-query-builder
mysql query builder (php 8.0+)
Simple mysql query builder to build select, insert, update and delete queries with conditional parts. This library was initially not intended to build prepared statements, but this is also possible. The main motive for this library is an environment where a lot of things are automated.
Here a few things to keep in mind:
- The charset is up to you. No special binding to UTF8, although UTF8 is the default.
- You're allowed to nest most queries to build big and powerful queries.
- The order of method-calls of each statement-builder is irrelevant. The resulting query will always render the right order.
Some simplified examples
- Initialization
- Select
- Insert
- Update
- Delete
- Nested transactions
- Virtual/alias tables
Some extended examples
- How a simple repository could look like
All versions of php-mysql-query-builder with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 8.0
ext-pdo Version *
ext-spl Version *
ext-ctype Version *
psr/log Version >= 1.0
ext-pdo Version *
ext-spl Version *
ext-ctype Version *
psr/log Version >= 1.0
The package rkr/php-mysql-query-builder contains the following files
Loading the files please wait ....