nexphant/view

Lightweight view engine for nexphant

Maintainers

Package info

github.com/nexphant/view

pkg:composer/nexphant/view

Statistics

Installs: 0

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v0.0.3 2026-06-11 01:59 UTC

This package is auto-updated.

Last update: 2026-06-16 08:09:21 UTC


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