PHPackages                             hasan-22/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. hasan-22/query-builder

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

hasan-22/query-builder
======================

PHP SQL query builder using PDO

v1.0.0(3y ago)018MITPHPPHP &gt;=7.4

Since Jan 30Pushed 3y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PDO QUERY BUILDER
-----------------

[](#pdo-query-builder)

---

#### PHP SQL query builder using PDO. It's a quick and light library featuring a smart join builder, which automatically creates table joins for you.

[](#php-sql-query-builder-using-pdo-its-a-quick-and-light-library-featuring-a-smart-join-builder-which-automatically-creates-table-joins-for-you)

---

Features
--------

[](#features)

- Easy interface for creating robust queries
- Supports any database compatible with PDO
- Ability to build complex SELECT, INSERT, UPDATE &amp; DELETE queries with little code
- Type hinting for magic functions with code completion in smart IDEs

---

Install
-------

[](#install)

```
composer require hasan-22/query-builder

```

Driver:
-------

[](#driver)

First make the config file exactly like this Config file is not necessary config.php

```
