PHPackages                             nexph/view - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. nexph/view

ActiveLibrary[Templating &amp; Views](/categories/templating)

nexph/view
==========

Lightweight view engine for Nexph

v0.0.1(today)00MITPHPPHP ^8.2

Since Jun 11Pushed todayCompare

[ Source](https://github.com/nexphlabs/view)[ Packagist](https://packagist.org/packages/nexph/view)[ RSS](/packages/nexph-view/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Nexph View Engine
=================

[](#nexph-view-engine)

Lightweight view engine with Blade-like syntax and hybrid rendering support.

Installation
------------

[](#installation)

```
composer require nexph/view
```

Usage
-----

[](#usage)

```
return view('home', ['title' => 'Nexph']);
```

Syntax
------

[](#syntax)

```
{{ $title }}
{!! $html !!}
@if ($user)
@endif
@foreach ($users as $user)
@endforeach
@include('partials.card')
@island('Counter', ['count' => 0])
```

License
-------

[](#license)

MIT

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/110043806?v=4)[Rifky Aryo](/maintainers/rawp-id)[@rawp-id](https://github.com/rawp-id)

---

Top Contributors

[![rawp-id](https://avatars.githubusercontent.com/u/110043806?v=4)](https://github.com/rawp-id "rawp-id (6 commits)")

### Embed Badge

![Health badge](/badges/nexph-view/health.svg)

```
[![Health](https://phpackages.com/badges/nexph-view/health.svg)](https://phpackages.com/packages/nexph-view)
```

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3861.2M](/packages/limenius-react-bundle)[wmde/php-vuejs-templating

PHP implementation of Vue.js templating engine

3041.6k2](/packages/wmde-php-vuejs-templating)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.2k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

291.8k](/packages/webkinder-sproutset)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
