PHPackages                             chr15k/laravel-blade - 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. chr15k/laravel-blade

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

chr15k/laravel-blade
====================

Use the simple and yet powerful Laravel Blade templating engine as a standalone component.

0.1.3(5y ago)234MITPHPPHP ^7.2.5

Since Jul 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/chr15k/laravel-blade)[ Packagist](https://packagist.org/packages/chr15k/laravel-blade)[ Docs](https://github.com/chr15k/laravel-blade)[ RSS](/packages/chr15k-laravel-blade/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

Standalone Laravel Blade templating component
=============================================

[](#standalone-laravel-blade-templating-component)

[![Latest Stable Version](https://camo.githubusercontent.com/eb54c18f6d01a14a54070529e928872c4999c3b9480d1421bfc1d244efe60463/68747470733a2f2f706f7365722e707567782e6f72672f63687231356b2f6c61726176656c2d626c6164652f76)](//packagist.org/packages/chr15k/laravel-blade) [![Latest Unstable Version](https://camo.githubusercontent.com/b6c7875b9c80fa8e890b532c9fbee6f03eb699f8c65ccd609fe4fa8970052247/68747470733a2f2f706f7365722e707567782e6f72672f63687231356b2f6c61726176656c2d626c6164652f762f756e737461626c65)](//packagist.org/packages/chr15k/laravel-blade) [![Total Downloads](https://camo.githubusercontent.com/e7c125af8b38134bf9d906065f5381f94eb16c59697592f3a17f9391a1d1f600/68747470733a2f2f706f7365722e707567782e6f72672f63687231356b2f6c61726176656c2d626c6164652f646f776e6c6f616473)](//packagist.org/packages/chr15k/laravel-blade) [![License](https://camo.githubusercontent.com/5b033ad8c3cca72220650281e1472d199f0632c5ab52f458738169c441f57501/68747470733a2f2f706f7365722e707567782e6f72672f63687231356b2f6c61726176656c2d626c6164652f6c6963656e7365)](//packagist.org/packages/chr15k/laravel-blade)

This package allows you to use Laravel's simple yet powerful Blade templating engine as a standalone component.

Installation
------------

[](#installation)

```
composer require chr15k/laravel-blade
```

Usage
-----

[](#usage)

```
use Chr15k\Blade\Blade;

$views = 'views'; // Directory containing your blade files
$cache = 'cache'; // Directory for cached views

$blade = new Blade($views, $cache);

// views/test.blade.php
echo $blade
    ->view()
    ->make('test', ['foo' => 'bar']);
```

Documentation
-------------

[](#documentation)

You can use all the features of blade as per the documentation:

Testing
-------

[](#testing)

You can run the tests with:

```
vendor/bin/phpunit tests

```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/chr15k/laravel-blade/blob/master/LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Every ~0 days

Total

4

Last Release

2136d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c817e814df42c78ac76505c9394a786946a0d9517b64984eca34b6f04010df95?d=identicon)[chr15k](/maintainers/chr15k)

---

Top Contributors

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

---

Tags

laravelbladetemplatesengine

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chr15k-laravel-blade/health.svg)

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

###  Alternatives

[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[spatie/laravel-blade-comments

Add debug comments to your rendered output

177325.5k](/packages/spatie-laravel-blade-comments)[radic/blade-extensions

Laravel package providing additional Blade extensions: foreach (with $loop data like twig), break, continue, set,array (multiline), etc

271321.7k5](/packages/radic-blade-extensions)[san-kumar/laravel-crud

Laravel CRUD generator: Generate CRUD for any db table with the crud:generate command.

564.4k](/packages/san-kumar-laravel-crud)

PHPackages © 2026

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