Libraries tagged by statements
matthiasmullie/minify
34425265 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.
thingengineer/mysqli-database-class
177661 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
kkszymanowski/traitor
5860199 Downloads
Add a trait use statement to existing PHP class
joshcam/mysqli-database-class
289176 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
genkgo/camt
1397021 Downloads
Library to read CAMT files (XML containing bank statements).
php-defer/php-defer
408019 Downloads
Golang's defer statement for PHP
nilportugues/sql-query-formatter
1189902 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
jejik/mt940
1261208 Downloads
An MT940 bank statement parser for PHP
aglipanci/laravel-eloquent-case
243455 Downloads
Adds CASE statement support to Laravel Query Builder.
graphaware/neo4j-common
883570 Downloads
Common Utilities library for Neo4j
jstayton/miner
12600 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
vpominchuk/laravel-mysql-use-index-scope
605025 Downloads
A super simple package allowing for use MySQL `USE INDEX` and `FORCE INDEX` statements
panique/pdo-debug
113164 Downloads
A super-simple function that returns the full SQL query from your PDO statements
mroosz/php-cassandra
9323 Downloads
A pure-PHP client for Apache Cassandra and ScyllaDB with support for CQL binary protocol v3, v4 and v5 (Cassandra 2.1+ incl. 3.x-5.x; ScyllaDB 6.2, 2025.x, 2026.x), synchronous and asynchronous APIs, prepared statements, batches, result iterators, object mapping, SSL/TLS, and LZ4 compression.
mouf/magic-query
274116 Downloads
A very clever library to help you with SQL: generate prepared statements with a variable number of parameters, automatically writes joins... and much more!