n1215/simple-adr

A PSR-15 / PSR-17 compatible simple Action-Domain-Responder pattern example.

v0.4.0 2020-01-11 11:26 UTC

This package is auto-updated.

Last update: 2024-04-11 21:13:46 UTC


README

Latest Stable Version License Build Status Code Coverage Scrutinizer Code Quality

A dead simple Action-Domain-Responder pattern example with no framework. Compatible with PSR-15 HTTP Server Request Handlers and PSR-17 HTTP Factories.

Usage

Install

composer create-project n1215/simple-adr

Start server

cd simple-adr
php -S localhost:8000 -t public

and access

Directory structure

License

The MIT License (MIT). Please see LICENSE for more information.