Libraries tagged by API Response Class
sujal/json-resp
0 Downloads
A class that returns formatted JSON response with HTTP status
awaiskhan18/resman
6 Downloads
ResMan is a PHP class that provides a convenient way to handle API responses with standard status codes and response structures. It includes methods for handling validation errors, success responses, and failure responses.
notfoundnl/siteboss-layout
1735 Downloads
Classes for creating responses for the SiteBoss frontend.
kmuenkel/conduit
309 Downloads
Easily produce Adapter classes and dummy-responses for testing them
zolta/http
6 Downloads
Domain-driven HTTP framework for PHP 8.2+ with attribute-based routing, automatic request validation, DTO mapping, standardized response shaping, and built-in authorization. First-class Laravel and Symfony adapters.
jpdik/request
24 Downloads
A simple request class
fignon/fignon-view-engine
27 Downloads
The Fignon View Engine package is a simple abstract class you can extends to include easily any php template engine into Fignon.
fignon/fignon-twig-engine
5 Downloads
The Fignon Twig Engine is a simple class which serve as bridge between the Twig template engine and Fignon Framework
fignon/fignon-smarty-engine
3 Downloads
The Fignon smarty Engine is a simple class which serve as bridge between the smarty template engine and Fignon Framework
fignon/fignon-plate-engine
3 Downloads
The Fignon plate Engine is a simple class which serve as bridge between the Laravel plate template engine and Fignon Framework
fignon/fignon-blade-engine
2 Downloads
The Fignon blade Engine is a simple class which serve as bridge between the Laravel blade template engine and Fignon Framework
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.
yiiman/apistorm
344 Downloads
Create structured APIs and classified responses that can know by modern IDEs
httek/json-responder
19 Downloads
Helper class to response proper API format
incraigulous/data-factories
449 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.