ziqx/fabexapi

Build APIs faster

Maintainers

Package info

github.com/Ziqx/fabexapi

Issues

pkg:composer/ziqx/fabexapi

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

0.0.5 2024-04-16 11:15 UTC

This package is auto-updated.

Last update: 2026-04-16 20:43:57 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);