Download the PHP package didslm/sql-builder without Composer
On this page you can find all versions of the php package didslm/sql-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download didslm/sql-builder
More information about didslm/sql-builder
Files in didslm/sql-builder
Download didslm/sql-builder
More information about didslm/sql-builder
Files in didslm/sql-builder
Vendor didslm
Package sql-builder
Short Description A flexible PHP package to build SQL queries using the builder pattern.
License MIT
Package sql-builder
Short Description A flexible PHP package to build SQL queries using the builder pattern.
License MIT
Please rate this library. Is it a good library?
Informations about the package sql-builder
SQL Query Builder
SQL Query Builder is a PHP package designed to help developers construct SQL queries, from the simplest to the most complex, using the builder pattern.
Features
- Simple and intuitive API.
- Supports various SQL operations including
SELECT
,INSERT
,UPDATE
, andDELETE
. - Extendable architecture allows for adding more custom query types.
- Strongly typed components like
Where
,Join
, andOrderBy
provide better IDE support and reduce runtime errors.
Installation
Using Composer:
Usage
Simple SELECT query
Complex Query
Grouped conditions
Testing
After cloning the repository and installing the dependencies, you can run the tests with:
Contributing
Pull requests are welcome! For major changes, please open an issue first to discuss what you'd like to change.
Please make sure to update the tests as appropriate.
License
All versions of sql-builder with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package didslm/sql-builder contains the following files
Loading the files please wait ....