Libraries tagged by param
code-tree-dev/laravel-utm-tracker
110 Downloads
A lightweight Laravel package that adds a middleware to automatically capture and store UTM parameters (like utm_source, utm_medium, utm_campaign) from incoming requests. Makes it easy to track traffic sources across sessions for analytics, marketing attribution, or lead tracking.
cmyker/doctrine-sql-logger
31591 Downloads
Doctrine SQL query debugger with binded parameters
bzilee/query-request
955 Downloads
Request for validation of url parameters
bylexus/php-injector
11329 Downloads
A Function / Method parameter injection helper. Makes your Dependency Injection work.
boring-o11y/skystan
19 Downloads
Larastan/PHPStan rules for queued Laravel jobs: ShouldBeUnique jobs must declare uniqueFor and (when parameterized) uniqueId, unique jobs may not be batched or bulk-dispatched, batched jobs must be Batchable and honour cancellation, jobs holding an Eloquent model in a public property must use SerializesModels, and jobs dispatched inside DB::transaction() must use afterCommit.
birgir/geo-query
3009 Downloads
Modify the WP_Query to support the geo_query parameter. Uses the Haversine SQL optimization by Ollie Jones.
birgir/combined-query
1317 Downloads
Modify the WP_Query to support the combined_query parameter. Combine multiple WP_Query queries into a single query.
bephp/router
1090 Downloads
A fast router for PHP. It matches urls and executes PHP functions. automatic get variable based on handler function parameter list. Suport to compile router callback handlers into plain array source code.
behindsolution/laragrep
192 Downloads
Transform natural language questions into safe parameterized SQL queries using AI.
andrewgjohnson/imagettftextgradient
526 Downloads
imagettftextgradient is a drop-in replacement for imagettftext with added parameters to add gradient coloring effects to your PHP GD images
adzbuck/laravel-utm
2654 Downloads
Keeps track of the UTM parameters
admin9/laravel-scramble-extensions
145 Downloads
Scramble extensions for Laravel business-response APIs — auto-wraps OpenAPI docs with success/error envelope, scene-based form request extraction, and filter query parameter extraction.
abrha/laravel-data-docs
640 Downloads
Generate beautiful API documentation from Laravel Data classes with attributes for query parameters, hidden fields, and response data
1msg/one_msg_waba_sdk
4545 Downloads
[1MSG.IO](https://1msg.io/) is the perfect WhatsApp management tool for your business. With us you get full access to the official Whatsapp API/webhooks. Every API request must contain an Authorize HTTP header with a token. This is your channel token, which can be found in your channel project on your profile page. Please do not give the token to anyone or post it publicly. The authorization token must be added to each request in the GET parameter 'token' and always passed to query string (?token={your_token}). Parameters in GET queries pass query string. Parameters in POST requests — through the JSON-encoded request body. All 'send' methods (except /sendTemplate) will only work when the dialog session with the user is open. Some of our solutions simplify and avoid such limitations, but we urge you to pay more attention to this detail
stephenlake/laravel-queryable
964 Downloads
Laravel HTTP query parameter based model filtering and searching.