/stardust

An Action-Domain-Responder project skeleton

Primary LanguagePHPMIT LicenseMIT

stardust

An Action-Domain-Responder project skeleton

Scrutinizer Code Quality Build Status

stardust is an Action-Domain-Responder (ADR) system.

Installing stardust

You will need Composer to install Radar.

Pick a project name, and use Composer to create it with Radar; here we create one called example-project:

composer create-project elevenone/stardust my-stardust-app-name

Confirm the installation by changing into the project directory and starting the built-in PHP web server:

cd example-project
php ./bin/admin.php

You can then browse to http://127.0.0.1:8080/:

{"phrase":"Hello world"}

Documentation

LATER ... // You can read the documentation here.