Libraries tagged by sql-queries
khaled.alshamaa/ar-php
1638072 Downloads
Set of functionalities enable Arabic website developers to serve professional search, present and process Arabic content in PHP
the-tinderbox/clickhouse-builder
1257706 Downloads
Clickhouse sql query builder
spatie/laravel-sql-commenter
798193 Downloads
Add comments to SQL queries made by Laravel
nilportugues/sql-query-formatter
870834 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
nilportugues/sql-query-builder
219048 Downloads
An elegant lightweight and efficient SQL QueryInterface BuilderInterface supporting bindings and complicated query generation.
jasny/persist-sql-query
360816 Downloads
SQL Query builder and parser
mnabialek/laravel-sql-logger
707688 Downloads
Log SQL queries in Laravel/Lumen framework
mattiasgeniar/phpunit-query-count-assertions
525768 Downloads
A custom assertion for phpunit that allows you to count the amount of SQL queries used in a test. Can be used to enforce certain performance characteristics (ie: limit queries to X for a certain action).
latitude/latitude
239828 Downloads
A SQL query builder with zero dependencies
krowinski/php-mysql-replication
75501 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
koolreport/querybuilder
107136 Downloads
Create query by php code
vierge-noire/cakephp-test-suite-light
617641 Downloads
A test suite for CakePHP application based on Sql queries
solution10/sql
116082 Downloads
Completely standalone, expressive SQL query creator. No database or ORM needed.
panique/pdo-debug
95423 Downloads
A super-simple function that returns the full SQL query from your PDO statements
marcocesarato/sqlparser
32664 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.