Libraries tagged by statements
matthiasmullie/minify
25598119 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
141325 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
kkszymanowski/traitor
4593158 Downloads
Add a trait use statement to existing PHP class
joshcam/mysqli-database-class
272973 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
php-defer/php-defer
331316 Downloads
Golang's defer statement for PHP
nilportugues/sql-query-formatter
978748 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
jejik/mt940
1036397 Downloads
An MT940 bank statement parser for PHP
genkgo/camt
919031 Downloads
Library to read CAMT files (XML containing bank statements).
aglipanci/laravel-eloquent-case
106211 Downloads
Adds CASE statement support to Laravel Query Builder.
guanguans/laravel-soar
5756 Downloads
SQL optimizer and rewriter for laravel. - laravel 的 SQL 优化器和重写器。
vpominchuk/laravel-mysql-use-index-scope
508340 Downloads
A super simple package allowing for use MySQL `USE INDEX` and `FORCE INDEX` statements
panique/pdo-debug
99615 Downloads
A super-simple function that returns the full SQL query from your PDO statements
mouf/magic-query
231768 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!
marcocesarato/sqlparser
37013 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.
lincanbin/php-pdo-mysql-class
5593 Downloads
A PHP MySQL PDO class similar to the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.