Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

tbreuss/adroit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADROIT

ADROIT is a microframework for PHP implementing the Action-Domain-Responder (ADR) pattern.

The ADR pattern was proposed by Paul M. Jones as a refinement of Model-View-Controller (MVC) and is better suited for web applications. If you need more information about ADR refer to http://pmjones.io/adr/.

Prerequisites

  • PHP 7.1
  • Composer

Installation

Clone the respository:

$ git clone https://github.com/tbreuss/adroit.git

Install PHP dependencies:

$ cd adroit
$ composer install

Running

Run the included example:

$ cd adroit/example/public
$ php -S localhost:9999

Start your web browser and open http://localhost:9999

Note

This repo is in [heavy] development. If you have a question, please open an issue.

About

Action Domain Responder (ADR) for PHP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published