-
Notifications
You must be signed in to change notification settings - Fork 0
Architecture Overview
simitben edited this page Apr 9, 2026
·
1 revision
Legacy API is action-based and tightly coupled. V3 is implemented as a separate layer under apiv3/.
-
api_v3.phpentrypoint -
apiv3/Core(request/response/router/module loader) -
apiv3/Auth(token guard) -
modules/*/apiv3(self-contained module registration and implementation)
Each module owns:
- routes (
module.php) - controllers
- repositories
- requests/services/resources/tests (expanding)
Business Partner is the first pilot module.