ziqx/fabexapi

Build APIs faster

0.0.5 2024-04-16 11:15 UTC

This package is auto-updated.

Last update: 2025-06-16 18:47:51 UTC


README

Build API's faster with several helpers

| Note: This package is mainly build to work with CodeIgniter 4

Install the package

composer require ziqx/fabexapi

Body Helper

BodyHelper::generateBody($data);

Authorization Helper

AuthorizeAPI::authorizeAPIKey($request, $secret);

Auth Token Helper

AuthToken::getAuthJWTToken($request);