Libraries tagged by Api Responses
mohammadfahadrao/mfr-tokens
9 Downloads
Package to generate tables based upon response from API or by supplying key value pair manually.
icraftltd/json-responder
114 Downloads
Helper class to response proper API format
orukusaki/twiml
320 Downloads
Fluent API for Twilio TwiML responses
malfasih/slim3-json-parser
29 Downloads
Parsing JSON response for REST API with CORS management
alaureati-enerds/replio
5 Downloads
A PHP library to simplify JSON response building for APIs.
samark/lumpineevill
1844 Downloads
Laravel Generator , For api base CRUD , Management request , handler response with JSON.
mipotech/yii2-request-logger
6076 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
462 Downloads
Ultra high-performance API for handling console requests into responses via MVC pattern for PHP applications
shell/card-management-sdk
18 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.
marlemiesz/wp-sdk
8 Downloads
The WP API SDK for PHP is a client library that makes it easy to interact with the WordPress REST API from a PHP application. This SDK provides an easy-to-use interface for sending HTTP requests and handling the responses, and also includes convenient methods for accessing common API endpoints and data structures. With this SDK, developers can easily retrieve, create, update, and delete content and metadata within a WordPress site, and also perform other common tasks such as managing users and media. The WP API SDK for PHP is an essential tool for any PHP developer working with the WordPress platform, and provides a powerful and flexible way to build custom applications and integrations that interact with WordPress.
loadsys/cakephp_serializers
3395 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.
laravel-neuro/core
7 Downloads
A powerful laravel framework for connecting to AI APIs such as OpenAI, Gemini, and Ollama, send prompts, collect responses, create agents and agent networks, and put them to work using easy to setup and highly customizable state machines.
ibrahimbougaoua/filament-sound
15 Downloads
The package provides a simple and convenient way to incorporate auditory cues into your application's user experience. By utilizing the Web Audio API and event listeners, FilamentSound detects successful CRUD operations and triggers the corresponding sound effect in response. This helps users receive immediate feedback and acknowledgment when performing actions like creating new records, updating existing data, or deleting entries.
iafilin/eloquenthttpadapter
0 Downloads
EloquentHttpAdapter is a Laravel package that allows you to work with RESTful API data using an Eloquent-like syntax. This package makes it easy to perform HTTP requests and handle responses as if working with a standard Eloquent model.
curelyai/curelyai
7 Downloads
CurelyAI is a PHP client library for interacting with the Curely AI API. This package simplifies the process of sending messages to the AI chatbot and receiving responses.