diagro / lib_laravel_api
Library for writing API facades for Diagro applications
2.3
2022-09-06 08:08 UTC
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.4
- laravel/framework: ^9.0
- dev-master
- 2.3
- 2.2
- 2.1
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0
- 1.36
- 1.35
- 1.34
- 1.32
- 1.31
- 1.30
- 1.27
- 1.26
- 1.25
- 1.24
- 1.23
- 1.22
- 1.21
- 1.20
- 1.19
- 1.18
- 1.17
- 1.16
- 1.15
- 1.14.9
- 1.14.8
- 1.14.7
- 1.14.6
- 1.14.5
- 1.14.4
- 1.14.3
- 1.14.2
- 1.14.1
- 1.14
- 1.13
- 1.12.1
- 1.12
- 1.11
- 1.10.1
- 1.10
- 1.9
- 1.8
- 1.7
- 1.6
- 1.5
- 1.4
- 1.3
- 1.2
- 1.1
- 1.0.1
- 1.0
- dev-development
This package is auto-updated.
Last update: 2025-03-06 13:25:47 UTC
README
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"