Search by

hydrakit / view

whleucka

Native PHP templating with template inheritance and escape-by-convention safety. No compile step.

Package info

github.com/hydra-foundation/view

pkg:composer/hydrakit/view

Statistics

Installs: 46

Dependents: 3

Suggesters: 0

Stars: 0

v0.3.2 2026-09-11 16:10 UTC

This package is auto-updated.

Last update: 2026-09-11 20:38:34 UTC


README

Read-only mirror. hydrakit/view is developed in hydra-foundation/hydra under packages/view, and republished here on every push. A commit pushed to this repository is overwritten by the next one; issues are disabled for that reason, and a pull request opened here cannot be merged. Both belong upstream.

Native PHP templating. No compilation step, no new syntax, no cache directory. A template is a plain .php file; the engine gives it Twig-style inheritance and escape-by-convention safety while staying ordinary PHP you can read top to bottom.