laravel-http-vcr
by mtk3d
Record and replay HTTP requests in Laravel tests — every Http:: facade call goes through a cassette, with nothing to wire up. The Laravel bridge for mtk3d/http-vcr.
laravel-http-remember
by philipannis
Add remember() to Laravel's HTTP client. Cache responses for a set time, or use stale-while-revalidate when speed matters more than the latest data.
imagekit-laravel-client
by thecyrilcril
A Laravel-native ImageKit API client built on Illuminate\Http\Client: typed requests, typed results, typed exceptions.
laravel-openapi-sdk-generator
Generate Laravel-native API clients (Http facade, Collections, readonly DTOs) from OpenAPI specs
laravel-http-client-logger
by andriichuk
Configurable request/response logger for Laravel HTTP client with sanitization and status filters
laravel-ebay-sdk
by rat.md
A Laravel eBay SDK for integrating with all eBay APIs, featuring OAuth authentication, webhook notifications, event handling, and practical utilities for common workflows.
laravel-http-client-requests-logger
by vmorozov
Package for fast setup for requests and responses logging for laravel http-client-based api clients
avito-laravel-client
by voyanara
A Laravel package for integrating with the Avito API, allowing seamless interaction with Avito features and data from your Laravel application.
laravel-guzzle-api
Integration of guzzle http client in laravel for API requests