PHPackages                             tinylara/tinyview - 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. tinylara/tinyview

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

tinylara/tinyview
=================

Tiny View Loader used by TinyLara.

v1.2.2(10y ago)77011MITPHPPHP &gt;=5.4.0

Since Nov 6Pushed 10y ago1 watchersCompare

[ Source](https://github.com/TinyLara/TinyView)[ Packagist](https://packagist.org/packages/tinylara/tinyview)[ RSS](/packages/tinylara-tinyview/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (6)Used By (0)

TinyLara\\TinyView
==================

[](#tinylaratinyview)

[![Latest Stable Version](https://camo.githubusercontent.com/2d2aec7c0b50f50f00fcefaeafe03b54a042dbc47c09542538c9f8570d560371/68747470733a2f2f706f7365722e707567782e6f72672f74696e796c6172612f74696e79766965772f762f737461626c652e737667)](https://packagist.org/packages/tinylara/tinyview) [![Total Downloads](https://camo.githubusercontent.com/aa2fac2e007cccbe02f395edde5b665138087e4287fca01bffa84d75f1adc928/68747470733a2f2f706f7365722e707567782e6f72672f74696e796c6172612f74696e79766965772f646f776e6c6f6164732e737667)](https://packagist.org/packages/tinylara/tinyview) [![License](https://camo.githubusercontent.com/a37a6bb78b572a0af145ed61bd898358f7847d8d5a7431ed371dbd4ee98240fe/68747470733a2f2f706f7365722e707567782e6f72672f74696e796c6172612f74696e79766965772f6c6963656e73652e737667)](https://packagist.org/packages/tinylara/tinyview)

TinyView is a tiny view-loader used by [Tinylara](http://tinylara.com), fast and sexy! [Read the documentation.](https://github.com/TinyLara/TinyLara/wiki/Views)

### Install

[](#install)

If you have Composer, just include TinyView as a project dependency in your `composer.json`. If you don't just install it by downloading the .ZIP file and extracting it to your project directory.

```
require: {
    "tinylara/tinyview": "*"
}

```

### Examples

[](#examples)

Load it:

```
// VIEW_BASE_PATH
define('VIEW_BASE_PATH', __DIR__.'/app/views/');

// View Loader
class_alias('\TinyLara\TinyView\TinyView','View');
```

Use it:

```
$view = View::make('home')->with('article',Article::first())
                          ->withTitle('TinyLara :-D')
                          ->withFooBar('foo_bar');
View::process($view);
```

### License

[](#license)

The TinyView is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~89 days

Total

5

Last Release

3897d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2127912?v=4)[吕文翰](/maintainers/JohnLui)[@johnlui](https://github.com/johnlui)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tinylara-tinyview/health.svg)

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.1k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

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

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

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

282.2k](/packages/webkinder-sproutset)

PHPackages © 2026

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