Libraries tagged by api responder
xplicit-dev/mamopay
82 Downloads
The MamoPay PHP library provides convenient access to the MamoPay API from applications written in the PHP language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of versions of the MamoPay API.
rami/problem-detail-bundle
14 Downloads
A Symfony bundle that implements application/problem+json to give meaning to api response errors
mmae/apiresponse
61 Downloads
Standard API Response for Front-End Clients
lukaskorl/restful
160 Downloads
Create RESTful API responses with ease
harishdpatel/apiresponse
276 Downloads
This is common API response structre for laravel based project. It can be used in laravel and lumen
edgaras/llm-json-cleaner
70 Downloads
A PHP library that ensures strict JSON extraction and schema validation from LLM API responses, preventing malformed or unexpected output.
drgauo/laravel-http
1064 Downloads
Laravel api response data helper
ap-lib/error-node
35 Downloads
A simple and lightweight PHP library for handling structured error messages, useful for validation, data processing, and API responses
ecentria/ecentria-rest-bundle
2412 Downloads
Goal of this bundle is to simplify process of creating APIs with Symfony. We use already well-coded libraries, combine them together to simplify process and not to re-invent the wheel. We've chose REST and HATEOS to have unified standards of API requests and responses.
tribeos/http-logger
467 Downloads
A simple HTTP request/response logger for API projects.
orukusaki/twiml
322 Downloads
Fluent API for Twilio TwiML responses
mipotech/yii2-request-logger
6134 Downloads
A useful class for generating a thorough log of all requests and responses. Especially suitable for REST APIs built upon the Yii2 framework.
lucinda/console-mvc
770 Downloads
Ultra high-performance API for handling console requests into responses via MVC pattern for PHP applications
shell/card-management-sdk
49 Downloads
The Shell Card Management API is REST-based and employs OAUTH 2.0,Basic and ApiKey authentication. The API endpoints accept JSON-encoded request bodies, return JSON-encoded responses and use standard HTTP response codes.All resources are located in the Shell Card Platform. The Shell Card Platform is the overall platform that encompasses all the internal Shell systems used to manage resources. The internal workings of the platform are not important when interacting with the API. However, it is worth noting that the platform uses a microservice architecture to communicate with various backend systems and some API calls are processed asynchronously. All endpoints use the POST verb for retrieving, updating, creating and deleting resources in the Shell Card Platform. The endpoints that retrieve resources from the Shell Card Platform allow flexible search parameters in the API request body.
loadsys/cakephp_serializers
3414 Downloads
A solution to serialize CakePHP response to JSON and correspondingly deserialize JSON into CakePHP data arrays, designed primarily around building REST APIs with Ember and Ember Data.