LaravelPackages.net
Acme Inc.
Toggle sidebar
diagro/lib_laravel_api

Library for writing API facades for Diagro applications

54
0
10.0.0
About diagro/lib_laravel_api

diagro/lib_laravel_api is a Laravel package for library for writing api facades for diagro applications. It currently has 0 GitHub stars and 54 downloads on Packagist (latest version 10.0.0). Install it with composer require diagro/lib_laravel_api. Discover more Laravel packages by diagro or browse all Laravel packages to compare alternatives.

Last updated

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"
Comments