Libraries tagged by queries
udan11/sql-parser
2709 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
watson/aggregate
126600 Downloads
Extend Laravel's query builder with additional relation aggregates.
tenantcloud/laravel-boolean-softdeletes
96886 Downloads
Laravel soft deletes optimization for high load queries
spatie/laravel-rdap
50538 Downloads
Perform RDAP queries in a Laravel app
somnambulist/cte-builder
31013 Downloads
Library for programmatically making CTE SQL queries (WITH queries)
simplesamlphp/simplesamlphp-module-exampleattributeserver
5963048 Downloads
An example for SAML attributes queries
rikbruil/doctrine-specification
228499 Downloads
Doctrine Specification pattern for building queries dynamically and with re-usable classes for composition.
pristas-peter/wp-graphql-gutenberg
104222 Downloads
Query gutenberg blocks with wp-graphql
panique/pdo-debug
99662 Downloads
A super-simple function that returns the full SQL query from your PDO statements
mxrxdxn/pwned-passwords
56252 Downloads
A library to query Troy Hunt's Pwned Passwords service to see whether or not a password has been included in a public breach.
mostafaznv/laracache
37765 Downloads
LaraCache is a customizable cache trait to cache queries on model's events
moloquent/moloquent
106323 Downloads
A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)
mlocati/ocsp
677855 Downloads
Library to query HTTPS Certificates revocation status using the Online Certificate Status Protocol (OCSP)
mediawiki/semantic-result-formats
166188 Downloads
Provides additional result formats for queries using Semantic MediaWiki
marcocesarato/sqlparser
37072 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.