2017 © Pedro Peláez
 

project project

An Action-Domain-Responder project skeleton.

image

radar/project

An Action-Domain-Responder project skeleton.

  • Friday, May 5, 2017
  • by pmjones
  • Repository
  • 13 Watchers
  • 146 Stars
  • 395 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 1 Open issues
  • 10 Versions
  • 1 % Grown

The README.md

Radar

Radar is a PSR-7 compliant Action-Domain-Responder (ADR) system. While it may look like a micro-framework, it is more like a wrapper around the real core of your application domain., (*1)

Installing Radar

You will need Composer to install Radar., (*2)

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

composer create-project radar/project example-project

Confirm the installation by changing into the project directory and starting the built-in PHP web server:, (*4)

cd example-project
php -S localhost:8080 -t public/

You can then browse to http://localhost:8080/ and see JSON output:, (*5)

{"phrase":"Hello world"}

You can also browse to http://localhost:8080/your-name and see modified JSON output:, (*6)

{"phrase":"Hello your-name"}

Documentation

You can read the documentation here., (*7)

The Versions

05/05 2017

1.x-dev

1.9999999.9999999.9999999-dev

An Action-Domain-Responder project skeleton.

  Sources   Download

MIT

The Requires

 

The Development Requires

01/02 2017

1.0.0

1.0.0.0

An Action-Domain-Responder project skeleton.

  Sources   Download

MIT

The Requires

 

The Development Requires

06/06 2015

1.0.0-alpha6

1.0.0.0-alpha6

An Action-Domain-Responder project skeleton.

  Sources   Download

MIT

The Requires

 

05/06 2015

1.0.0-alpha5

1.0.0.0-alpha5

An Action-Domain-Responder project skeleton.

  Sources   Download

MIT

The Requires

 

29/05 2015

1.0.0-alpha4

1.0.0.0-alpha4

An Action-Domain-Responder project skeleton.

  Sources   Download

MIT

The Requires

 

29/05 2015

dev-staticload

dev-staticload

An Action-Domain-Responder project skeleton.

  Sources   Download

MIT

The Requires

 

27/05 2015

1.0.0-alpha3

1.0.0.0-alpha3

An Action-Domain-Responder project skeleton.

  Sources   Download

MIT

The Requires

 

25/05 2015

1.0.0-alpha2

1.0.0.0-alpha2

An Action-Domain-Responder project skeleton.

  Sources   Download

MIT

The Requires

 

25/05 2015

dev-midwrap

dev-midwrap

An Action-Domain-Responder project skeleton.

  Sources   Download

MIT

The Requires

 

15/05 2015

1.0.0-alpha1

1.0.0.0-alpha1

An Action-Domain-Responder project skeleton.

  Sources   Download

MIT

The Requires