Libraries tagged by query
sngrl/sphinxsearch
162746 Downloads
Laravel package to query Sphinxsearch in Laravel 5
sleimanx2/plastic
141325 Downloads
Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer experience more enjoyable while using Elasticsearch by providing a fluent syntax for mapping , querying and storing eloquent models.
sleeping-owl/with-join
86921 Downloads
Package to convert Eloquent BelongsTo subqueries into one query with left join.
shipmonk/doctrine-mysql-optimizer-hints
11939 Downloads
Custom SQL walker for Doctrine allowing usage of MySQL optimizer hints without need of native queries
reflective/reflection
6325 Downloads
Reflective is a formally defined reflection mechanism in PHP, which is used to query detailed information about classes, methods, properties, functions, etc.
pyaesoneaung/to-raw-sql
8486 Downloads
Get raw SQL from Laravel Query Builder
prgtw/inserts-always-include-default-values-behavior
168111 Downloads
Propel behavior for always including columns that have default values in INSERT queries
pfrenssen/matomo-reporting-api
96817 Downloads
PHP client library to query the Matomo Reporting API.
nullthoughts/laravel-latest-relation
48771 Downloads
Eloquent macros for querying latest HasMany relationship in Laravel
netsells/laravel-geoscope
22254 Downloads
GeoScope is a laravel package that allows you to easily perform distance queries and geofencing based on latitudes and longitudes.
muglug/package-versions-56
987607 Downloads
A backport of ocramius/package-versions that supports php ^5.6. Composer plugin that provides efficient querying for installed package versions (no runtime IO)
michaloravec/laravel-paginateroute
10024 Downloads
Laravel outer extension to easily use laravel's paginator without the query string
mediawiki/cargo
2788 Downloads
A MediaWiki extension that allows for the storage and querying of data contained within templates.
marcocesarato/sqlparser
35327 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.
madewithlove/elasticsearcher
130864 Downloads
Wrapper on top of the ElasticSearch PHP SDK which allows easier index/document/query management.