nexph / view
Lightweight view engine for Nexph
v0.0.2
2026-06-11 01:59 UTC
Requires
- php: ^8.2
README
Lightweight view engine with Blade-like syntax and hybrid rendering support.
Installation
composer require nexph/view
Usage
return view('home', ['title' => 'Nexph']);
Syntax
{{ $title }} {!! $html !!} @if ($user) @endif @foreach ($users as $user) @endforeach @include('partials.card') @island('Counter', ['count' => 0])
License
MIT