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 1mo ago

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

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

1269d 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

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[rcrowe/twigbridge

Adds the power of Twig to Laravel

9105.9M50](/packages/rcrowe-twigbridge)[moonshine/moonshine

Laravel administration panel

1.3k217.1k59](/packages/moonshine-moonshine)[livewire/blaze

A tool for optimizing Blade component performance by folding them into parent templates

688221.3k17](/packages/livewire-blaze)

PHPackages © 2026

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