Looking to hire Laravel developers? Try LaraJobs

lib_laravel_api maintained by diagro

Description
Library for writing API facades for Diagro applications
Last update
2025/06/18 11:10 (dev-master)
License
Links
Downloads
54

Comments
comments powered by Disqus

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"