philmprice / block-host
Host for 'Blocks' Platform
dev-master
2014-11-24 06:19 UTC
Requires
- php: >=5.3.0
- philmprice/block-module-pages: dev-master
- philmprice/block-module-sites: dev-master
- philmprice/block-module-users: dev-master
- philmprice/block-plugin-twitter-bootstrap: dev-master
This package is not auto-updated.
Last update: 2025-07-01 05:18:52 UTC
README
This is the head/main package for the 'Blocks' system. It bootstraps all other blocks around, auto-scaffolds extended assets (in dev mode), and routes HTTP traffic among them.
About the Blocks system
The Blocks system is a way to package, distribute, and deploy web application modules that:
- Deploy and pull-dependancies with Composer
- Bootstrap into an MVC Framework (PhalconPHP at time of writing)
- Keep core code separate from extended project code
In this way, all Blocks (even the host):
- Are extendable
- Bring their dependencies along
- May be upgraded by replacing core
- Arrange extended project assets in a mirrored folder structure that can be independantely code-controlled
It is currently in development, more info to come as things progress.