philmprice / block-module-users
Users Module for 'Blocks' Platform
Installs: 45
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/philmprice/block-module-users
Requires
- php: >=5.3.0
- philmprice/block-host: dev-master
This package is not auto-updated.
Last update: 2025-12-30 08:58:43 UTC
README
This is the users module for the 'Blocks' system. It drives management and authentication of users.
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.