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

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

orchestra/view
==============

View Component for Orchestra Platform

v6.0.0(5y ago)696.3k—0%31MITPHPPHP ^7.3 || ^8.0

Since Jun 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/orchestral/view)[ Packagist](https://packagist.org/packages/orchestra/view)[ Fund](https://paypal.me/crynobone)[ Fund](https://liberapay.com/crynobone)[ RSS](/packages/orchestra-view/feed)WikiDiscussions 6.x Synced 2d ago

READMEChangelog (10)Dependencies (5)Versions (47)Used By (1)

View Component for Orchestra Platform
=====================================

[](#view-component-for-orchestra-platform)

View Component is Orchestra Platform approach to deliver themeable application that support extensions. The functionality evolves by modifying how `Illuminate\View\ViewFileFinder` would resolve which file, which would first look into the current active theme folder, before resolving it cascading-ly.

This would allow extension (or even packages) to have it's own set of view styling while developer can maintain a standardise overall design through out the project using a theme.

[![tests](https://github.com/orchestral/view/workflows/tests/badge.svg?branch=6.x)](https://github.com/orchestral/view/actions?query=workflow%3Atests+branch%3A6.x)[![Latest Stable Version](https://camo.githubusercontent.com/bd1caa204cfbb6b2a0d580c815f25bc8df62da393b70af2bb2b0e3d007982637/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f766965772f76657273696f6e)](https://packagist.org/packages/orchestra/view)[![Total Downloads](https://camo.githubusercontent.com/7f3a07207e51b414f515df220190a1bf00d20e7d911683d448f9de20933bdf00/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f766965772f646f776e6c6f616473)](https://packagist.org/packages/orchestra/view)[![Latest Unstable Version](https://camo.githubusercontent.com/7746f0e3b521d459ab14267d31def06ec6e7fe027b3b7523f6d9b438bfb98b54/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f766965772f762f756e737461626c65)](//packagist.org/packages/orchestra/view)[![License](https://camo.githubusercontent.com/3763b994720b0d11560c754634e98bd48de511c765beeaa4923759968351b9e2/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f766965772f6c6963656e7365)](https://packagist.org/packages/orchestra/view)[![Coverage Status](https://camo.githubusercontent.com/3262e1fba7cb9ff18ce0c7ed07b858738470e3ee7d3913081e74734eb4ab9fcf/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6f72636865737472616c2f766965772f62616467652e7376673f6272616e63683d362e78)](https://coveralls.io/github/orchestral/view?branch=6.x)

Version Compatibility
---------------------

[](#version-compatibility)

LaravelView5.5.x3.5.x5.6.x3.6.x5.7.x3.7.x5.8.x3.8.x6.x4.x7.x5.x8.x6.xInstallation
------------

[](#installation)

To install through composer, run the following command from terminal:

```
composer require "orchestra/view"
```

Configuration
-------------

[](#configuration)

Next add the service provider in `config/app.php`.

```
'providers' => [

    // ...

    Orchestra\View\DecoratorServiceProvider::class,
    Orchestra\View\ViewServiceProvider::class,
    Orchestra\Memory\MemoryServiceProvider::class,
],
```

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 99.5% 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 ~63 days

Recently: every ~103 days

Total

46

Last Release

1903d ago

Major Versions

v2.2.3 → v3.0.02015-02-06

v3.8.1 → v4.0.02019-09-01

4.x-dev → 5.x-dev2020-03-03

v5.0.0 → v6.0.02021-04-18

PHP version history (8 changes)v2.0.0PHP &gt;=5.3.3

v2.2.0PHP &gt;=5.4.0

v3.1.1PHP &gt;=5.5.0

v3.3.0PHP &gt;=5.6.0

v3.5.0PHP &gt;=7.0

v3.6.0PHP &gt;=7.1

v4.0.0PHP &gt;=7.2

v6.0.0PHP ^7.3 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/172966?v=4)[Mior Muhammad Zaki](/maintainers/crynobone)[@crynobone](https://github.com/crynobone)

---

Top Contributors

[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (424 commits)")[![stevebauman](https://avatars.githubusercontent.com/u/6421846?v=4)](https://github.com/stevebauman "stevebauman (2 commits)")

---

Tags

laravelphpthemeviewlaravelviewthemeorchestra-platformorchestral

### Embed Badge

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

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

###  Alternatives

[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[psalm/plugin-laravel

Psalm plugin for Laravel

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

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

725173.0k14](/packages/tallstackui-tallstackui)[spatie/laravel-blade-comments

Add debug comments to your rendered output

180335.8k](/packages/spatie-laravel-blade-comments)[hasinhayder/tyro-dashboard

Tyro Dashboard - Beautiful admin dashboard for managing Tyro roles, privileges, users, and settings

5443.8k](/packages/hasinhayder-tyro-dashboard)

PHPackages © 2026

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