holkerveen / hi-framework-skeleton
Application skeleton for the Hi Framework
Package info
github.com/holkerveen/hi-framework-skeleton
Type:project
pkg:composer/holkerveen/hi-framework-skeleton
v0.5.0
2026-01-10 13:35 UTC
Requires
- php: >=8.4
- holkerveen/hi-framework: ^0.5
README
A project skeleton for Hi Framework applications.
Documentation
For information on using this skeleton to build applications, see the Hi Framework documentation.
Developing the Skeleton
This repository serves as a template for new Hi Framework projects. To modify the skeleton:
- Update dependencies in
composer.json - Modify the directory structure and boilerplate files as needed
- Update
Application.phpinsrc/to extend or customize framework behavior - Test changes by creating a new project from the modified skeleton
The skeleton is kept minimal to provide a clean starting point for new applications.