Search by

z77 / kernel

Z77 Kernel – boot (Core), platform (Shared) and data storage (Persistence) as one foundation package for all Z77 modules.

Maintainers

Statistics

Installs: 59

Dependents: 4

Suggesters: 0

Stars: 0

1.5.0 2026-09-02 15:52 UTC

This package is auto-updated.

Last update: 2026-09-05 14:02:10 UTC


README

Foundation package for the Z77 framework — one Composer package, three namespaces. Read-only split from z77-ch/z77-framework. Do not commit here.

Namespace Aspect Directory
Z77\Core boot — framework start / runtime core/
Z77\Shared platform — common base for all modules shared/
Z77\Persistence storage — reading and writing data persistence/

The three are functionally inseparable (login and save span all three), so they ship as one package rather than three cyclic ones. See ADR-023.

Getting started

Don't start a project with composer require. Use the z77-skeleton template — Use this templatecomposer install. It ships the full project composer.json, runs the installer, and lays out the override structure. composer require z77/kernel only adds the kernel to an existing z77 project.