All Projects → MarcinOrlowski → Laravel Api Response Builder

MarcinOrlowski / Laravel Api Response Builder

Licence: mit
Builds nice, normalized and easy to consume Laravel REST API JSON responses.

Projects that are alternatives of or similar to Laravel Api Response Builder

Restful Api With Laravel Definitive Guide
Repository with the base code for the course "RESTful API with Laravel - Definitive-Guide"
Stars: ✭ 156 (-63.97%)
Mutual labels:  api, rest-api, laravel
Laravel Json Api Paginate
A paginator that plays nice with the JSON API spec
Stars: ✭ 351 (-18.94%)
Mutual labels:  api, json, laravel
Lumen Microservice
Lumen on Docker - Skeleton project with Nginx, MySQL & PHP 7 | Aws ECS, Google Kubernates, Azure Container Engine
Stars: ✭ 183 (-57.74%)
Mutual labels:  api, rest-api, laravel
Api Response
Simple and ready to use API response wrapper for Laravel.
Stars: ✭ 123 (-71.59%)
Mutual labels:  api, json, laravel
Polr
🚡 A modern, powerful, and robust URL shortener
Stars: ✭ 4,147 (+857.74%)
Mutual labels:  api, json, laravel
Grafanajsondatasource
Grafana datasource to load JSON data over your arbitrary HTTP backend
Stars: ✭ 146 (-66.28%)
Mutual labels:  api, rest-api, json
Jikan Rest
The REST API for Jikan
Stars: ✭ 200 (-53.81%)
Mutual labels:  api, rest-api, laravel
Json Serverless
Transform a JSON file into a serverless REST API in AWS cloud
Stars: ✭ 108 (-75.06%)
Mutual labels:  api, rest-api, json
Http Fake Backend
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 253 (-41.57%)
Mutual labels:  api, rest-api, json
Datoji
A tiny JSON storage service. Create, Read, Update, Delete and Search JSON data.
Stars: ✭ 222 (-48.73%)
Mutual labels:  api, rest-api, json
Laravel Hateoas
Expose the authorization logic of your REST API using HATEOAS links
Stars: ✭ 116 (-73.21%)
Mutual labels:  api, rest-api, laravel
Laravel5 Jsonapi
Laravel 5 JSON API Transformer Package
Stars: ✭ 313 (-27.71%)
Mutual labels:  api, json, laravel
Laravel Api Boilerplate
A Boilerplate Project For Laravel API's (NOT MAINTAINED)
Stars: ✭ 113 (-73.9%)
Mutual labels:  api, rest-api, laravel
Laravel Api Handler
Package providing helper functions for a Laravel REST-API
Stars: ✭ 150 (-65.36%)
Mutual labels:  api, rest-api, laravel
Overwatch Api
A RESTful API for the Overwatch Game
Stars: ✭ 112 (-74.13%)
Mutual labels:  api, rest-api, laravel
Autoserver
Create a full-featured REST/GraphQL API from a configuration file
Stars: ✭ 188 (-56.58%)
Mutual labels:  api, rest-api, json
Api Restful Con Laravel Guia Definitiva
Repositorio para el código base del curso "API RESTful con Laravel - Guía Definitiva"
Stars: ✭ 95 (-78.06%)
Mutual labels:  api, rest-api, laravel
Invoice As A Service
💰 Simple invoicing service (REST API): from JSON to PDF
Stars: ✭ 106 (-75.52%)
Mutual labels:  api, json, laravel
Dialetus Service
API to Informal dictionary for the idiomatic expressions that each Brazilian region It has
Stars: ✭ 202 (-53.35%)
Mutual labels:  api, rest-api, json
Httpie
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
Stars: ✭ 53,052 (+12152.19%)
Mutual labels:  api, rest-api, json

REST API Response Builder for Laravel

REST API Response Builder for Laravel

Latest Stable Version Build Status Code Quality Code Coverage Codacy Grade Badge Monthly Downloads License

Table of contents


Introduction

ResponseBuilder is a Laravel package, designed to help you build a nice, normalized and easy to consume REST API JSON responses.

Benefits

ResponseBuilder is written for REST API developers by REST API developer and is based on long-lasting experience on both "sides" of API. It's lightweight, extensively tested, simple to use yet flexible and powerful, with support for on-the-fly data conversion, localization, automatic message building, chained APIs and (hopefully) exhaustive documentation. But that's not all! The JSON structure produced by ResponseBuilder is designed with users of your API in mind, to make dealing with your API a breeze. Simple JSON response, with well-defined and predictable structure, easy to consume without any hassle or trickery.

You are even covered in a case of emergency, as provided Exception Handler helper, ensures your API keeps talking JSON (and not HTML) to its clients even in case of unexpected.

Did I mention, you would also get testing traits that automatically unit test your whole ResponseBuilder related code and configuration with just a few lines of code?

Features

License

  • Written and copyrighted ©2016-2021 by Marcin Orlowski <mail (#) marcinorlowski (.) com>
  • ResponseBuilder is open-sourced software licensed under the MIT license
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].