Download the PHP package elevenone/stardust without Composer
On this page you can find all versions of the php package elevenone/stardust. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download elevenone/stardust
More information about elevenone/stardust
Files in elevenone/stardust
Download elevenone/stardust
More information about elevenone/stardust
Files in elevenone/stardust
Vendor elevenone
Package stardust
Short Description Project skeleton code for darkmatter adr.
License MIT
Package stardust
Short Description Project skeleton code for darkmatter adr.
License MIT
Please rate this library. Is it a good library?
Informations about the package stardust
stardust
An Action-Domain-Responder project skeleton
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.
All versions of stardust with dependencies
PHP Build Version
Package Version
The package elevenone/stardust contains the following files
Loading the files please wait ....