ziqx/fabexapi

Build APIs faster

Maintainers

Details

github.com/Ziqx/fabexapi

Source

Issues

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

pkg:composer/ziqx/fabexapi

0.0.5 2024-04-16 11:15 UTC

This package is auto-updated.

Last update: 2025-12-16 19:48:06 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);