webforge / project-stack
Full stack for webforge components to write a webapplication or website.
1.2.0
2014-08-12 11:09 UTC
Requires
- doctrine/doctrine-bundle: 1.3.*
- jbroadway/urlify: 1.0.*
- jms/serializer-bundle: 0.13.*@stable
- sensio/generator-bundle: 2.3.*
- symfony/symfony: 2.5.*
- webforge/config: 1.0.*@stable
- webforge/doctrine: 1.2.*@dev
- webforge/view: 1.0.*
- webforge/webforge: 1.10.*@dev
Requires (Dev)
- satooshi/php-coveralls: dev-master
- webforge/testplate: 1.*
This package is auto-updated.
Last update: 2024-11-07 02:14:26 UTC
README
Full stack for webforge components to write a webapplication or website.
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.
getting started
Instantiate the Webforge\ProjectStack\Container with an object instance of Webforge\Framework\Project
Have a look at the container api to get your component instances containers (services).