2017 © Pedro Peláez
 

project project

A sample project for building an application using Equip.

image

equip/project

A sample project for building an application using Equip.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 1 Open issues
  • 7 Versions
  • 1 % Grown

The README.md

Equip

Equip is a PSR-7 compliant Action Domain Responder (ADR) system. While it may look like a micro-framework (and it is), it is more like a wrapper around the real logic of your application domain. It's also PSR-1, PSR-2, and PSR-4 compliant., (*1)

Check out the source project here., (*2)

Installing Equip

You will need Composer to install Equip., (*3)

Pick a project name, and use Composer to create it with Equip. Let's create one called equip-project:, (*4)

composer create-project -s dev equip/project equip-project

Confirm the installation by changing into the project directory and starting a development web server:, (*5)

cd equip-project
bin/serve

You can then browse to http://localhost:8000/hello and see JSON output:, (*6)

{"hello": "world"}

You can also browse to http://localhost:8000/hello/nancy and see modified JSON output:, (*7)

{"hello":"nancy"}

The Versions

01/11 2016

dev-master

9999999-dev

A sample project for building an application using Equip.

  Sources   Download

MIT

The Requires

 

31/05 2016

dev-dev

dev-dev

A sample project for building an application using Equip.

  Sources   Download

MIT

The Requires

 

31/05 2016

2.0.0

2.0.0.0

A sample project for building an application using Equip.

  Sources   Download

MIT

The Requires

 

18/05 2016

dev-legacy-1.0

dev-legacy-1.0

A sample project for building an application using Equip.

  Sources   Download

MIT

The Requires

 

07/01 2016

1.0.0

1.0.0.0

A sample project for building an application using Equip.

  Sources   Download

MIT

The Requires

 

09/11 2015

0.2.0

0.2.0.0

A sample project for building an application using Spark.

  Sources   Download

MIT

The Requires

 

17/08 2015

v0.1.0

0.1.0.0

A sample project for building an application using Spark.

  Sources   Download

MIT

The Requires