nexphant / view
Lightweight view engine for nexphant
v0.0.3
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 nexphant/view
Usage
return view('home', ['title' => 'nexphant']);
Syntax
{{ $title }} {!! $html !!} @if ($user) @endif @foreach ($users as $user) @endforeach @include('partials.card') @island('Counter', ['count' => 0])
License
MIT