Libraries tagged by get query
dragonrun1/encryption-helper
15 Downloads
Use to help with the encryption and decryption of GET queries
devchen-org/dht
19 Downloads
join dht network,get infohash,query torrent metadata.
n0nag0n/super-model
11 Downloads
A simple base model you can extend to reduce your hard coded SQL queries and get 90% of your db requests done quick.
creatissimo/dhl-de-retoure
15 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".
kushy/metrc-php-sdk
85 Downloads
An easy to use PHP API for the METRC state licensed seed to sale cannabis API using the Guzzle library. Require, create new instance with API keys, and query any endpoint (GET, POST, PUT, DELETE)
attogram/shared-media-api
575 Downloads
MediaWiki Query API wrapper to easily get Category and Media file information into simple PHP arrays. Fine-tuned for WikiMedia Commmons.
bupy7/yii2-telize
50 Downloads
Wrapper of service offers a REST API allowing to get a visitor IP address and to query location information from any IP address.
syrian-open-source/laravel-relational-metrics
9 Downloads
This package will help you to get your model metrics, and their related models' metrics which will help you to avoid writing to many requests or queries.
theoluirard/laravel-get-easy-query
7 Downloads
A Laravel package to easily get a query with parameters from a request.
laratoolbox/query-viewer
95 Downloads
Get sql queries with bindings replaced
mikefunk/query-stringer
226 Downloads
A simple query string helper to modify, get, and replace query strings.
kumarinbox31/nlp-query
1 Downloads
Ask database queries in plain English and get SQL results (supports Laravel, CodeIgniter, Core PHP).
yggdrashill/post-big-extract-query
7 Downloads
Solarium plugin converting GET request into POST, for big extract Solr's query, to avoid ERROR URI limitation HTTP 414 in case there are too many characters on literals parameter.
igor822/query-parser
39 Downloads
This project is a different approach to separate your queries search to run into database, when a simple (or comples) ORM is too complicated to run all your queries or simply can't do what you need, you can use QueryParser for put your queries into a YAML file and easily get from source
chapdel/slow-query-notifier
1 Downloads
Get notified if your Laravel app ever runs an objectively slow database call (configurable threshold)