PHPackages                             larso/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. larso/view

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

larso/view
==========

View class from Laravel Blade

v1.1(3y ago)019MITPHPPHP ^7.3

Since Nov 21Pushed 3y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Larso View Blade
================

[](#larso-view-blade)

Install
-------

[](#install)

```
composer require larso/view

```

### Use

[](#use)

```
// index.php

use Larso\View\Blade;

require 'vendor/autoload.php';

$viewpath = __DIR__.'/views';
$cachepath = __DIR__.'/cache';

/**
 * @var \Illuminate\Contracts\View\Factory
 */
$blade = new Blade($viewpath, $cachepath);

echo $blade->make('hello')->with('name', 'YourName')->render();

```

### Use with Facade

[](#use-with-facade)

```
// index.php

use Larso\View\Blade;

require 'vendor/autoload.php';

$viewpath = __DIR__.'/views';
$cachepath = __DIR__.'/cache';

new Blade($viewpath, $cachepath);

View::share('share', 'This value Share');
echo View::make('hello')->with('name', 'MY NAME');

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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

Every ~4 days

Total

2

Last Release

1316d ago

PHP version history (2 changes)v1.0PHP &gt;=7.3 &lt;8.1

v1.1PHP ^7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e19a88a02aaad7a54bb9b81a6783abbb2dda0f632d9f144169ca8799a89b8cd?d=identicon)[larso](/maintainers/larso)

---

Top Contributors

[![larsovn](https://avatars.githubusercontent.com/u/118603288?v=4)](https://github.com/larsovn "larsovn (4 commits)")

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M132](/packages/laravel-pulse)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725173.2k14](/packages/tallstackui-tallstackui)

PHPackages © 2026

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