Libraries tagged by api request
krubio/perfect-web-kit
2245 Downloads
Shared PHP 8.5 web-UI toolkit: typed HTTP API client, request/session helpers, fail-closed auth guard, PSR-3 error handling, env loader, and asset utilities.
sandermuller/laravel-x402
266 Downloads
Laravel adapter for the x402 payment protocol — pay-per-request HTTP APIs with stablecoins.
lucinda/mvc
24161 Downloads
Ultra high-performance API for handling requests into responses via MVC pattern in PHP applications
solido/patch-manager
8867 Downloads
Patch manager designed for handling PATCH requests on REST apis
edlugz/sasapay
634 Downloads
This package provides you with a simple tool to make requests to Sasapay APIs so that you can focus on the development of your awesome applications instead of all the set up involved.
m6web/restconnection
104734 Downloads
PHP class used to make requests to REST APIs easily.
tp/paydirekt-php
4817 Downloads
Library that provides functionality to create valid request for the paydirekt REST API
jmeyering/hal-explorer
21530 Downloads
HalExplorer is a php client for exploring HAL Hateoas apis. HalExplorer is able to craft requests and follow links to resource relationships.
iwalkalone/curl
71 Downloads
Class to manage cURL requests to make easier building API clients in PHP.
starbug/operation
5161 Downloads
PSR-15 middleware for handling POST requests such as form submissions and API calls.
lalcebo/aws-sdk-php-params
13214 Downloads
Provides objects for building request parameters for AWS low-level API.
futuretek/data-mapper
883 Downloads
A lightweight, reflection-based PHP 8.4+ data mapping library for converting associative arrays into typed PHP objects (POPOs), and back. Ideal for OpenAPI-generated DTOs, form handling, and request/response serialization in modern API architectures.
mymuns/activity-log
600 Downloads
A comprehensive Laravel 12+ package that provides request-response logging and model change tracking (versioning) with the ability to revert model states via command or API. Logs can be stored in the database or sent to external services like Logstash, Elasticsearch, Loki, or Sentry.
andriichuk/laravel-http-logger
324 Downloads
Configurable HTTP request and response logger for Laravel, ideal for APIs. Optional file-upload metadata logging.
ahrmerd/laravel-test-generator
426 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package