Libraries tagged by php queries
phalcon/phql
6614 Downloads
Phalcon Query Language (PHQL)
ntanduy/cloudflare-d1-database
8119 Downloads
Cloudflare D1 database driver for Laravel — full Eloquent & Query Builder support.
mrjgreen/database
48310 Downloads
Expressive Database Layer for PHP - Based on Illuminate/Database
kennedytedesco/meilisearch-search-filter
7279 Downloads
A fluent and intuitive way to construct filters for Meilisearch queries.
infinitypaul/laravel-database-filter
47892 Downloads
Need to filter database results with a query string? Here's a beautiful, easy to extend laravel package to keep your code super tidy.
fourlabs/qbjs-parser
36589 Downloads
Parse JSON coming from jQuery QueryBuilder, into database queries.
detain/db_abstraction
2828 Downloads
Database Abstraction Class
fnash/graphql-qb
66375 Downloads
A php GraphQL Query Builder. Nice API. Readable queries.
soyuka/esql
2128 Downloads
PHP Extended Structured Query Language
bluerock/sellsy-client
17333 Downloads
A lightweight PHP client to query the Sellsy API V2
pfrenssen/matomo-reporting-api
125113 Downloads
PHP client library to query the Matomo Reporting API.
level23/druid-client
62735 Downloads
Druid php client for executing queries and more
devtheorem/peachy-sql
2497 Downloads
A high-performance query builder and runner for PHP
curiosity26/odataquery
57315 Downloads
A library of PHP Classes that allow for OData queries to be easily built and extended for appending to a URL Request to an API supporting OData server-side.
marcocesarato/sqlparser
46655 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.