Libraries tagged by api response
mrclutch/servio
31 Downloads
Servio is a Laravel package designed to streamline and simplify the development of APIs within your Laravel application using a Service-Oriented Architecture (SOA) approach. It provides a standardized way to manage API responses, ensuring consistency and maintainability across services.
mpa/micro-php-answerer
36 Downloads
A PHP Micro Framework for High Development and API Responses
mk/hal
499 Downloads
Implementation of HAL standart for using in REST API responses or similiar
mesak/laravel-linebot
19 Downloads
build a Laravel api response package
madmatt/silverstripe-flickr
2937 Downloads
Provides simple bindings for the Flickr API, converting API responses into SilverStripe objects
kunalkanani/maskable
2 Downloads
A package for concealing sensitive data in Laravel models and API responses with customizable masking rules. Mask specific fields, like emails and phone numbers, without altering the original data stored in the database.
keggermont/laravel-amphp
352 Downloads
Boost Laravel performance with AmPHP's asynchronous capabilities. Run parallel tasks, HTTP requests, and database operations with automatic chunking while retaining a simple, expressive API. Perfect for improving API response times and resource utilization.
incraigulous/data-factories
444 Downloads
A data factory helper class for mocking data. This is inspired by Laravel's model factories, the difference being that data factories are not tied to a model. Data factories are great for mocking api responses, requests or other data not persisted to a database. Data Factories are not dependant on Laravel, so you can use this package anywhere.
hirmeos/entity-fishing-php-wrapper
20 Downloads
This is a PHP library/wrapper of the NERD API. High level method calls that parse the JSON API response to PHP classes for ease of use.
fasberg/prettyresponse
135 Downloads
A helper for creating pretty api responses or just wrapping resources
code16/responder
40 Downloads
Generic API response handler for Laravel framework
cexll/hyperf-apihash
8 Downloads
API Response Body Hash In (RSA AND AES)
cafelatte/framework
300 Downloads
CafeLatte(CL) Framework is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs, response few types of format such as xml, json, text, html etc.
cacing69/bitbuilder
63 Downloads
Make easy query builder / eloquent queries based on requests for API Response
balsama/fetch
77 Downloads
Simple wrapper around Guzzle for fetching API responses.