elevenone/stardust

Project skeleton code for darkmatter adr.

v0.0.1 2020-10-24 16:03 UTC

This package is auto-updated.

Last update: 2024-04-29 04:46:43 UTC


README

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.