Libraries tagged by querri
programic/querylog
3563 Downloads
Log all DB queries
professional-wiki/sparql
298 Downloads
Allows running SPARQL queries via lua
pkly/query-helper
414 Downloads
Simple utility class for easier use of Doctrine ORM Queries in certain scenarios
phptek/jsontext
22242 Downloads
JSON storage, querying and modification.
phpgt/sqlbuilder
1360 Downloads
Object oriented representation of SQL queries.
phinq/phinq
8770 Downloads
A library for querying data and performing statistical operations in an logical, object-oriented fashion.
philiprehberger/laravel-search-query-parser
240 Downloads
Parse GitHub-style search queries into structured filters for Laravel Eloquent. Supports field:value, comparisons, exclusions, and relation filters.
paulmozo/php-cypher-query-builder
4245 Downloads
A PHP library for generating Cypher queries to be used with Graph databases such as Neo4J
origindesign/efq
8164 Downloads
Entity Field Queries - Custom Drupal 8 Module for querying different content types
nogrod/dhl-retoure-php-sdk
478 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".
ngmy/laravel-query-log-tracker
988 Downloads
The Laravel package which log all executed queries.
newman/laravel-graphql-test-utils
8734 Downloads
Laravel GraphQL test utilities package. Helps you to test your GraphQL queries & mutations easily.
nahid-ferdous/laravel-searchable
14346 Downloads
Laravel Package To make Eloquent Queries Shorter.
myoutdeskllc/salesforce-php-query-builder
2534 Downloads
library to help build soql queries for use with the rest api
mouadziani/laravel-query-inspector
3936 Downloads
The missing laravel helper that allows you to ispect your eloquent queries with their binding parameters