PHPackages                             dabl/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. [Database &amp; ORM](/categories/database)
4. /
5. dabl/view

ActiveLibrary[Database &amp; ORM](/categories/database)

dabl/view
=========

Simple PHP view renderer

v1.0.3(9y ago)23431MITPHP

Since Jul 5Pushed 9y ago2 watchersCompare

[ Source](https://github.com/ManifestWebDesign/dabl-view)[ Packagist](https://packagist.org/packages/dabl/view)[ RSS](/packages/dabl-view/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (4)Used By (1)

[![Build Status](https://camo.githubusercontent.com/1acaafb921c24a8499357b09ef3d5b0b9fffa5a1b112e630e1e31ec1f043a898/68747470733a2f2f7472617669732d63692e6f72672f4d616e696665737457656244657369676e2f6461626c2d766965772e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ManifestWebDesign/dabl-view)

Dabl View
=========

[](#dabl-view)

Simple class for rendering pure PHP views

Example
-------

[](#example)

app.php:

```
use Dabl\View\View;

View::addDirectory(__DIR__ . '/views');
$output = View::load(
    'view', // view name
    array(
        'my_param' => 'hello world' // param to be injecting into the view
    ),
    true // return output instead of sending output to browser
);
echo $output;
```

views/view.php:

```

```

output:

```
hello world
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

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

Total

3

Last Release

3349d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/459337?v=4)[Dan Blaisdell](/maintainers/danomatic)[@danomatic](https://github.com/danomatic)

---

Top Contributors

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

---

Tags

abstractiondatabaseormsqlquerypropeldabl

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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