WebServer

Summary

Installation

composer require unstable-cacao/web-server

TL;DR

WebServer is a PHP library designed to handle HTTP requests using a routing system and controller/action approach.

Contacts

Architecture

General Flow

_images/GeneralFlow.png

Gerenal Sub Flow

Action Execution

_images/ActionExecution.png

Response Parsers

_images/ResponseFlow.png