PHPackages                             talk/blade-engine - 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. talk/blade-engine

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

talk/blade-engine
=================

Use Laravel Blade templates engine without the full Laravel framework.

0.0.1(5y ago)04Apache-2.0PHPPHP &gt;=5.6.0

Since Jul 24Pushed 5y agoCompare

[ Source](https://github.com/imgangge/blade-engine)[ Packagist](https://packagist.org/packages/talk/blade-engine)[ RSS](/packages/talk-blade-engine/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

blade-engine
============

[](#blade-engine)

Use Laravel Blade templates engine without the full Laravel framework.

### 声明

[](#声明)

感谢 [duncan3dc/blade](https://github.com/duncan3dc/blade) 。
因项目需求新增功能，故而新建仓库。

Quick Examples
--------------

[](#quick-examples)

Output the view from `/var/www/views/index.blade.php`:

```
use Talk\BladeInstance;

$blade = new BladeInstance("/var/www/views", "/var/www/cache/views");

echo $blade->render("index");
```

There is also a static class available:

```
use duncan3dc\Laravel\Blade;

echo Blade::render("index");
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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

2123d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1080308?v=4)[gangge](/maintainers/imgangge)[@imgangge](https://github.com/imgangge)

---

Top Contributors

[![imgangge](https://avatars.githubusercontent.com/u/1080308?v=4)](https://github.com/imgangge "imgangge (5 commits)")

### Embed Badge

![Health badge](/badges/talk-blade-engine/health.svg)

```
[![Health](https://phpackages.com/badges/talk-blade-engine/health.svg)](https://phpackages.com/packages/talk-blade-engine)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[illuminate/view

The Illuminate View package.

13144.9M1.7k](/packages/illuminate-view)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[moonshine/moonshine

Laravel administration panel

1.3k217.1k59](/packages/moonshine-moonshine)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[tallstackui/tallstackui

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

703141.0k7](/packages/tallstackui-tallstackui)

PHPackages © 2026

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