PHPackages                             tempest/view-for-laravel - 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. tempest/view-for-laravel

ActiveLibrary

tempest/view-for-laravel
========================

Laravel support for tempest/view

42[1 issues](https://github.com/tempestphp/view-for-laravel/issues)PHPCI failing

Since Mar 6Pushed 1y ago2 watchersCompare

[ Source](https://github.com/tempestphp/view-for-laravel)[ Packagist](https://packagist.org/packages/tempest/view-for-laravel)[ RSS](/packages/tempest-view-for-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

 [ ![](.github/tempest-logo.svg) ](https://tempestphp.com)

Laravel support for tempest/view
================================

[](#laravel-support-for-tempestview)

 Bringing [tempest/view](https://tempestphp.com/view) to Laravel.
 Read the [documentation](https://tempestphp.com/docs/framework/views/) to get started.

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

[](#installation)

You can install the package via composer:

```
composer require tempest/view-for-laravel
```

Usage
-----

[](#usage)

From any controller, simply return an instance of `\Tempest\ViewForLaravel\TempestView`:

```
use Tempest\ViewForLaravel\GenericTempestView;

final readonly class HomeController
{
    public function __invoke()
    {
        return new GenericTempestView(__DIR__ . '/Views/home.view.php');
    }
}
```

```

    Hello Laravel

        Tempest View

```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity15

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5cb3720658b52133e7200a378eae26508fb343534a3c115bd3ee74ea9d501ba2?d=identicon)[brendt](/maintainers/brendt)

---

Top Contributors

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

---

Tags

enginephptempesttemplate

### Embed Badge

![Health badge](/badges/tempest-view-for-laravel/health.svg)

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

PHPackages © 2026

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