2017 © Pedro Peláez
 

library simple-adr

A PSR-15 simple Action-Domain-Responder pattern example.

image

n1215/simple-adr

A PSR-15 simple Action-Domain-Responder pattern example.

  • Thursday, April 5, 2018
  • by n1215
  • Repository
  • 0 Watchers
  • 2 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

SimpleAdr

Latest Stable Version License Build Status Code Coverage Scrutinizer Code Quality, (*1)

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

Usage

Install

composer create-project n1215/simple-adr

Start server

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

and access, (*3)

  • http://localhost:8000/?id=1
  • http://localhost:8000/?id=2
  • http://localhost:8000/?id=3

Directory structure

License

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

The Versions

05/04 2018

dev-master

9999999-dev https://github.com/n1215/simple-adr

A PSR-15 simple Action-Domain-Responder pattern example.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar n1215

adr action-domain-responder

05/04 2018

v0.2.0

0.2.0.0 https://github.com/n1215/simple-adr

A PSR-15 simple Action-Domain-Responder pattern example.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar n1215

adr action-domain-responder

11/06 2017

v0.1.0

0.1.0.0 https://github.com/n1215/simple-adr

A simple Action-Domain-Responder pattern example.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar n1215

adr action-domain-responder