Libraries tagged by param
mmo/guzzle-xdebug-middleware
3056 Downloads
Guzzle Middleware that adds XDEBUG_SESSION query parameter to all requests for a client.
mmirus/gravity-forms-javascript-dynamic-population
35 Downloads
Dynamically populate Gravity Forms fields from query parameters using JavaScript.
ministryofweb/analytics-campaign-urls
1124 Downloads
Adds Campaign parameters to URLs
metfan/rabbit-setup
10 Downloads
Tools to ease creation of exchanges, queues, parameters on rabbitMQ
meius/laravel-filter
46 Downloads
A Laravel package for applying dynamic filters to Eloquent models based on request parameters.
mehr-it/lara-sqs-ext
2919 Downloads
Extended and extensible SQS Queue driver for Laravel (long polling, additional parameters)
mdaliyan/farsi-request
738 Downloads
A (Laravel Request Transformer) that replaces Arabic characters with Farsi characters, and auto-converts numbers in parameters that you want.
manajet/laravel-extra-resource
2104 Downloads
This packages allows you to add extra parameters to your Eloquent API resources and collections.
macropage/sdk-ebay-rest-browse
3061 Downloads
The Browse API has the following resources: item_summary: Lets shoppers search for specific items by keyword, GTIN, category, charity, product, or item aspects and refine the results by using filters. (Experimental) search_by_image: Lets shoppers search for specific items by image. You can refine the results by using URI parameters and filters. item: Lets you retrieve the details of a specific item or all the items in an item group, which is an item with variations such as color and size. This resource also provides a bridge between the eBay legacy APIs, such as Trading and Finding, and the RESTful APIs, such as Browse, which use different formats for the item IDs. You can use the Browse API to retrieve the basic details of the item and the RESTful item ID using a legacy item ID. (Experimental) shopping_cart: Provides the ability for eBay members to see the contents of their eBay cart, and add, remove, and change the quantity of items in their eBay cart. *Note:* This resource is not available in the eBay API Explorer. The item_summary, search_by_image, and item resource calls require an Application access token. The shopping_cart resource calls require a User access token.
locustv2/yii2-encode-url-rule
469 Downloads
Makes the encoding of query parameters easier when creating urls.
lmc/api-filter
4071 Downloads
Parser/builder for filters from API query parameters.
jeyroik/sm-plugin-max-try
444 Downloads
Plugin for jeyroik StateMachine. Allow to use on terminate transition and max try parameter.
immusen/yii2-swoole-mqtt
348 Downloads
MQTT server for Yii2 base on swoole 4, Resolve topic as a route reflect into controller/action/param, And support redis pub/sub to trigger async task from your web application
hybridlogic/router
62 Downloads
A drop dead simple URI routing library for PHP, with support for optional parameters and regular expressions.
hejunjie/encrypted-request
26 Downloads
PHP 请求加密工具包,支持 AES 解密、签名与时间戳验证,快速实现前后端安全通信 | PHP encryption toolkit for AES decryption, signature, and timestamp verification, enabling fast and secure front-to-backend communication. Front-end npm package generates encrypted request parameters without changing existing APIs