hydrakit / view
Native PHP templating with template inheritance and escape-by-convention safety. No compile step.
v0.3.2
2026-09-11 16:10 UTC
Requires
- php: >=8.2
- hydrakit/csrf: ^0.3
Requires (Dev)
- hydrakit/session: ^0.3
- phpunit/phpunit: ^11.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Read-only mirror.
hydrakit/viewis developed in hydra-foundation/hydra underpackages/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.