shiros/luna-web

Luna Module - Web

dev-master 2024-12-16 23:33 UTC

This package is auto-updated.

Last update: 2025-03-10 12:42:19 UTC


README

pipeline status coverage report

Luna Module - Web

Table of Contents

[[TOC]]

Information

This is a Luna's module, which manages the web part.

This project is in Php 8.2.
You can access to the wiki here.

Components

This module includes the following components.

  • Authentication / JWT : Handle web authentication using JWT
  • Controller : Default class used to define application controllers.
  • HTTP : HTTP components. (Request, response, ...)
  • Routing : Handle web requests and call the associated controller.
  • Session : Manages PHP session.

License

This project is licensed under the MIT license.
See the LICENSE file for more details.

Dependencies

In this project, we'll use some external libs. You can see them below.

Installation

Coming soon

Authors