项目作者: tbreuss

项目描述 :
Action Domain Responder (ADR) for PHP
高级语言: PHP
项目地址: git://github.com/tbreuss/adroit.git
创建时间: 2018-10-06T11:23:52Z
项目社区:https://github.com/tbreuss/adroit

开源协议:MIT License

下载


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:

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

Install PHP dependencies:

  1. $ cd adroit
  2. $ composer install

Running

Run the included example:

  1. $ cd adroit/example/public
  2. $ 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.