Libraries tagged by statement
tetrode/minify
21 Downloads
CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
tenglin/sqlite3-database-class
41 Downloads
Wrapper for a PHP sqlite3 class, which utilizes sqlite3 and prepared statements.
sylweriusz/mysqli-database-class
1 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
swew/db
23 Downloads
A lightweight, fast, and secure PHP library for interacting with databases, creating migrations, and running queries. swew/db uses prepared statements to protect against SQL injection attacks and supports multiple database systems.
sunnysideup/faster-id-lists
20 Downloads
Make your silverstripe ORM faster by turning long list of ID select statements into smart ones
sujanshresthanet/mysqli-database-class
1 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
stratedge/wye
5115 Downloads
A library that makes unit testing database-driven code in PHP a breeze. Mock the native PDO class, define query results, and inspect executed statements.
stonks/datalayer
155 Downloads
O DataLayer é um componente para abstração de persistência para banco de dados, que usa PDO com prepared statements.
stnc/pdo-database
99 Downloads
A super simple function that returns the full SQL query from your PDO statements
sras/string-query-builder
6 Downloads
A string query builder for creating queries for using in prepared statements
smizmo/ad-hoc-sql
2 Downloads
Allows user to construct reports using sql select statements to run through model admin
sjoerdmaessen/pdodebug
4389 Downloads
Small package to be able to easily debug prepared statements
singlestore/http-client
1 Downloads
This API allows you to execute SQL statements against a SingleStore database. It supports all statements that can be run in a direct database connection, and uses conventional data type conversion.
shivanraptor/php-db-manager
105 Downloads
Modern PHP wrapper for MySQL database with prepared statements and connection pooling
saitamahero/condiment
6 Downloads
A PHP library for evaluating conditional statements