Download the PHP package pardnchiu/sql without Composer
On this page you can find all versions of the php package pardnchiu/sql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pardnchiu/sql
More information about pardnchiu/sql
Files in pardnchiu/sql
Download pardnchiu/sql
More information about pardnchiu/sql
Files in pardnchiu/sql
Vendor pardnchiu
Package sql
Short Description A fluent SQL query builder for PHP that provides an elegant and safe way to build and execute database queries. Built on top of PDO, this library offers a chainable API that makes database interactions more intuitive and maintainable.
License MIT
Package sql
Short Description A fluent SQL query builder for PHP that provides an elegant and safe way to build and execute database queries. Built on top of PDO, this library offers a chainable API that makes database interactions more intuitive and maintainable.
License MIT
Please rate this library. Is it a good library?
Informations about the package sql
PD\SQL
PD\SQL is a PDO-based SQL query builder that provides an elegant and secure way to construct and execute database queries in PHP.
Features
- Fluent interface for building SQL queries
- Safe parameter binding to prevent SQL injection
- Support for complex JOIN operations (INNER, LEFT, RIGHT)
- Dynamic WHERE clause construction
- Ordering and pagination support
- Transaction handling
- Query execution time monitoring
- Environment-based configuration
- Automatic connection management
functions
- Table selection with
table()
- Custom field selection with
select()
- Conditional filtering with
where()
- Join operations with
join()
,left_join()
,right_join()
- Result ordering with
order_by()
- Pagination with
limit()
andoffset()
- Record creation with
insertGetId()
- Record updates with
update()
- Total row count with
total()
- Raw query execution with
query()
for complex custom queries
How to Use
Install
License
This source code project is licensed under the MIT license.
Creator
邱敬幃 Pardn Chiu
©️ 2024 邱敬幃 Pardn Chiu
All versions of sql with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package pardnchiu/sql contains the following files
Loading the files please wait ....