Libraries tagged by request_id

ideneal/request-content-converter-bundle

6 Favers
532 Downloads

This bundle provides a way to convert and validate the request content specifying a format

Go to Download


chocofamilyme/idempotency

0 Favers
7770 Downloads

A Laravel library that manages idempotency keys for a request

Go to Download


avvertix/laravel-agent-request

1 Favers
211 Downloads

Attempt to identify if an AI Agent want to browse a page

Go to Download


yousef-ahmed-abdalgawad/laravel-api-responder

0 Favers
4 Downloads

Unified JSON API responses for Laravel — standardized success, error, and HTTP exception handling

Go to Download


shipsaas/shipsaas-logger

14 Favers
59 Downloads

Laravel ShipSaasLogger enables the tracing of requests across servers by marking each request with a unique ID. Skyrocket the production debugging.

Go to Download


niladam/laravel-tracing

2 Favers
2 Downloads

W3C Trace Context for Laravel: one id follows a request through its logs, its queued jobs and the services it calls.

Go to Download


danbettles/defence

6 Favers
1621 Downloads

A simple intrusion detection/prevention system framework for PHP apps

Go to Download


brocode/module-log-tracing

0 Favers
58 Downloads

Request-scoped trace ID for Magento 2 logs. Stamps every log line, echoes an X-Request-Id response header, and gives a single ID to correlate web logs, app logs, and downstream calls for one request. Compatible with Monolog 2 (Magento 2.4.4–2.4.7) and Monolog 3 (Magento 2.4.8+).

Go to Download


yousafsyed/standalone_php_proxy

5 Favers
142 Downloads

Standalone proxy server in PHP sockets, I am using Guzzle to route the requests. Idea was if I can make HTTP Proxy Server in php to get more control over proxy and custom logic. Currently it only supports http requests you can choose port of your own choice plus if you want to make it public or private. This is a standard HTTP Proxy so you can use in browser. By default its only working for localhost, but you can allow public ip's.

Go to Download


jftecnologia/laravel-tracing

1 Favers
726 Downloads

Distributed tracing for Laravel — propagates correlation IDs and request IDs across HTTP requests, queued jobs, and outgoing HTTP client calls.

Go to Download


oxid-support/heartbeat

0 Favers
108 Downloads

OXID eShop Heartbeat module with detailed request logging, correlation ID tracking, symbol monitoring, and GraphQL remote configuration

Go to Download


sschlein/obscure

8 Favers
29 Downloads

Obscure IDs in requests and URLs of you Laravel 5 app

Go to Download


prahsys/laravel-api-logs

0 Favers
244 Downloads

Laravel API request logging with idempotency support

Go to Download


designbycode/google-maps-place-details

1 Favers
203 Downloads

The Reviews class is a part of the Designbycode namespace and is used to fetch reviews, rating, and user ratings total of a place using the Google Places API. It requires a Google Maps API key and a Google Maps place ID to make requests.

Go to Download


zippendo/zippendo-php

0 Favers
10 Downloads

Public API documentation for Zippendo. Authenticate using your API token (Bearer token prefixed with zipp_). **Brands (sub-accounts).** An organization can be split into brands, each keeping its own orders, shipments and configuration separate. There are two ways to scope requests to one brand, and NEITHER changes any request body: 1. **Bind the token.** Create an API token with a `brandId` and every request it makes is confined to that brand — reads filtered, writes stamped. This is the recommended way to give a single brand's team its own credential. 2. **Send the `X-Zippendo-Brand` header.** An organization-wide token can scope an individual request by sending the brand's id or slug in this header. Most SDKs let you set it once on the client so every call inherits it. A brand-bound token that receives an `X-Zippendo-Brand` header naming a different brand is rejected with `403 BRAND_ACCESS_DENIED` — the binding is never widened. Omit both and requests cover the whole organization, which is the behaviour of every existing token. Records that belong to no brand carry `brandId: null`. Configuration (carriers, shipping rules, addresses) with a null brand is organization-wide and remains visible inside every brand; orders and shipments with a null brand are only visible organization-wide. List endpoints additionally take a `?brandScope=own|shared|both` parameter to narrow further within whichever brand context already applies. `own` returns only rows assigned to that brand, and requires a brand context — a brand-bound token, a resolved brand session, or the `X-Zippendo-Brand` header above — otherwise `400`. `shared` returns only the organization-wide rows (equivalent to filtering `brandId=none`). The default, `both`, keeps the existing behaviour: a brand context sees its own rows plus the organization-wide ones. Set `X-Zippendo-Brand-Scope` as a client default to apply the same choice to every request instead of repeating the query parameter on each call — an explicit `brandScope` query parameter always wins over the header, and a blank header value is ignored. Brands themselves are managed under the **Brands** tag. Retiring a brand is done with `POST /orgs/{orgId}/brands/{brandId}/archive` — permanent deletion is a dashboard-only action, since it is refused while any order, shipment, member or token still references the brand. Brands require a plan that includes them; creating one beyond your plan's limit returns `403`.

Go to Download


<< Previous Next >>