Skip to content

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

License

Notifications You must be signed in to change notification settings

n1215/simple-adr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleAdr

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages