atyalpa/core

atyalpa/core is a core component for atyalpa/atyalpa framework.

0.0.1 2024-08-21 16:56 UTC

This package is auto-updated.

Last update: 2024-09-05 10:29:03 UTC


README

Latest Stable Version Tests

atyalpa/core is a core component for atyalpa/atyalpa framework. It is responsible to handle incoming request, fetching the approriate route for the request, then passing the request via middlewares if any, then finally to the controller or closure based on the route's definition.