PHPackages                             gurpreetkaits/simple-query-builder - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. gurpreetkaits/simple-query-builder

ActiveLibrary[Database &amp; ORM](/categories/database)

gurpreetkaits/simple-query-builder
==================================

A simple query builder for php applications

0.0.1(2y ago)45MITPHPPHP ^8.1

Since Oct 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/gurpreetkaits/simple-query-builder)[ Packagist](https://packagist.org/packages/gurpreetkaits/simple-query-builder)[ RSS](/packages/gurpreetkaits-simple-query-builder/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

simpleQueryBuilder
==================

[](#simplequerybuilder)

Simple Query Builder is a PHP library that provides a simple and easy-to-use query builder for constructing SQL queries. It allows you to build SELECT queries with various conditions, joins, and more. Currently building the library, it's not available for all types of databases. Contributions are welcome ❤️

Installation
============

[](#installation)

```

composer require gurpreetkaits/simple-query-builder

```

Simple Example Of Execution
===========================

[](#simple-example-of-execution)

```
