2017 © Pedro Peláez
 

library project-stack

Full stack for webforge components to write a webapplication or website.

image

webforge/project-stack

Full stack for webforge components to write a webapplication or website.

  • Tuesday, February 17, 2015
  • by pscheit
  • Repository
  • 1 Watchers
  • 0 Stars
  • 404 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

webforge-project-stack

Full stack for webforge components to write a webapplication or website., (*1)

Why is it called that way?

Often you talk about an application stack as the components that are loaded to transform a request to an response with your kernel. This is exactly what this stack is doing. It's called project stack because a project is needed to get started. A Webforge\Framework\Project is a decorated Webforge\Framework\Package\Package., (*2)

getting started

Instantiate the Webforge\ProjectStack\Container with an object instance of Webforge\Framework\Project, (*3)

Have a look at the container api to get your component instances containers (services)., (*4)

The Versions