PHPackages                             knalex/dbblade-renderer - 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. knalex/dbblade-renderer

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

knalex/dbblade-renderer
=======================

Laravel package for render blade template from database

v1.0(8y ago)09MITPHPPHP &gt;=5.5.0

Since Jan 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/knalex/dbblade-renderer)[ Packagist](https://packagist.org/packages/knalex/dbblade-renderer)[ RSS](/packages/knalex-dbblade-renderer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

### Description

[](#description)

Laravel package for render blade template from database

### Installation (Laravel &gt;=5.3.x)

[](#installation-laravel-53x)

Run `composer require knalex/dbblade-renderer`

Add the ServiceProvider to the providers array in app/config/app.php

```
'Knalex\DbTemplate\DbTemplateServiceProvider::class',

```

### Usage

[](#usage)

Create template

```
\Knalex\DbTemplate\Models\BladeTemplate::create([
    'virtualroot'=>'virtual.path',
    'body'=>'blade template body'
])

```

Next in Сontroller method use helper function dbview(), just like a usual function view()

```
public function index()
{
    return dbview('virtual.path', $parametersIfExist);`
}

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3047d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/81760ce95544b25208c56ba08ff33d365ee374f2c52e4a6144f8f0e6f83cb732?d=identicon)[knalex](/maintainers/knalex)

---

Top Contributors

[![knalex](https://avatars.githubusercontent.com/u/16561205?v=4)](https://github.com/knalex "knalex (2 commits)")

---

Tags

laravelmodeleloquentbladecompilerdbview

### Embed Badge

![Health badge](/badges/knalex-dbblade-renderer/health.svg)

```
[![Health](https://phpackages.com/badges/knalex-dbblade-renderer/health.svg)](https://phpackages.com/packages/knalex-dbblade-renderer)
```

###  Alternatives

[flynsarmy/db-blade-compiler

Render Blade templates from Eloquent Model Fields

170866.2k2](/packages/flynsarmy-db-blade-compiler)[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[qcod/laravel-imageup

Auto Image upload, resize and crop for Laravel eloquent model using Intervention image

775113.8k](/packages/qcod-laravel-imageup)[waad/laravel-model-metadata

A robust Laravel package for handling metadata with JSON casting, custom relation names, and advanced querying capabilities.

823.1k](/packages/waad-laravel-model-metadata)

PHPackages © 2026

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