diagro/lib_laravel_api

Library for writing API facades for Diagro applications

2.3 2022-09-06 08:08 UTC

README

68747470733a2f2f64696167726f2e62652f6173736574732f696d672f64696167726f2d6c6f676f2e737667

Diagro API facade helpers Diagro library PHP Laravel framework

Description

This library is used to write an API helper library for a Diagro backend. The library can be used in the frontends to communicate with the backend. This is usefull for developers so they don't have to remember all the URL endpoints, payloads, responses.

The API class handles all the errors, cache, payloads, headers, ... The developer just needs to call the API class and pick the endpoint definition to it.

Development

  • Composer: diagro/lib_laravel_api: "^2.3"