holkerveen/hi-framework-skeleton

Application skeleton for the Hi Framework

Maintainers

Package info

github.com/holkerveen/hi-framework-skeleton

Type:project

pkg:composer/holkerveen/hi-framework-skeleton

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.5.0 2026-01-10 13:35 UTC

This package is auto-updated.

Last update: 2026-03-11 23:41:24 UTC


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.php in src/ 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.