simple-query-builder is a lightweight and flexible query builder designed for developers who work with Core PHP and want an easy, fluent API to interact with databases. Whether you are building a small application or integrating into an existing project, this package provides an intuitive way to construct SQL queries dynamically.
Gurpreet Kait
Author
Introduction
simple-query-builder is a lightweight and flexible query builder designed for developers who work with Core PHP and want an easy, fluent API to interact with databases. Whether you are building a small application or integrating into an existing project, this package provides an intuitive way to construct SQL queries dynamically.
With method chaining, automatic parameter binding, and support for SELECT, INSERT, UPDATE, DELETE, JOINs, ORDER BY, GROUP BY, this package simplifies database interactions while maintaining security and efficiency.
🚀 Features
Fluent API: Chain methods to build SQL queries easily.
Parameter Binding: Prevents SQL injection by using prepared statements.
Supports WHERE, AND, OR, JOINs, ORDER BY, GROUP BY
Lightweight: No dependencies apart from PHP and PDO.
Supports Pagination with LIMIT and OFFSET
Easy Integration: Works with any Core PHP project.
🔧 Installation
To install simple-query-builder, run the following command: