PHPackages                             adacnvwp/webman-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. adacnvwp/webman-blade

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

adacnvwp/webman-blade
=====================

The standalone version of Laravel's Blade templating engine for use outside of Laravel.

v1.5.5(1y ago)08MITPHPPHP &gt;=7.0

Since Jul 31Pushed 1y agoCompare

[ Source](https://github.com/adacnvwp/webman-blade)[ Packagist](https://packagist.org/packages/adacnvwp/webman-blade)[ GitHub Sponsors](https://github.com/jenssegers)[ Fund](https://opencollective.com/jenssegers-blade)[ RSS](/packages/adacnvwp-webman-blade/feed)WikiDiscussions master Synced 1mo ago

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

Blade
=====

[](#blade)

[![Latest Stable Version](https://camo.githubusercontent.com/e65e01491fb281507cd7d99ca6907d1b945516cce8f7a3423c7119964802ae23/687474703a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a656e737365676572732f626c6164652e737667)](https://packagist.org/packages/jenssegers/blade) [![Build Status](https://camo.githubusercontent.com/98f6af29637767bbbf4f9fc9a922a7c6ce19e3c15b5897f63df6079d7ac705e0/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f6a656e737365676572732f626c6164652e737667)](https://travis-ci.org/jenssegers/blade) [![Coverage Status](https://camo.githubusercontent.com/0bd0c1e823833c128c3aec2801085d61c5b2392c3b4c21b299cb21d225d74494/687474703a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6a656e737365676572732f626c6164652e737667)](https://coveralls.io/r/jenssegers/blade)

The standalone version of [Laravel's Blade templating engine](https://laravel.com/docs/5.8/blade) for use outside of Laravel.

[![](https://camo.githubusercontent.com/c0d74604d702cdf23cc901c756f8ec4b9443f7c8a35cd3fa13f9f266b809d6a0/68747470733a2f2f6a656e737365676572732e636f6d2f7374617469632f6d656469612f626c616465322e706e67)](https://camo.githubusercontent.com/c0d74604d702cdf23cc901c756f8ec4b9443f7c8a35cd3fa13f9f266b809d6a0/68747470733a2f2f6a656e737365676572732e636f6d2f7374617469632f6d656469612f626c616465322e706e67)

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

[](#installation)

Install using composer:

```
composer require jenssegers/blade
```

Usage
-----

[](#usage)

Create a Blade instance by passing it the folder(s) where your view files are located, and a cache folder. Render a template by calling the `make` method. More information about the Blade templating engine can be found on .

```
use Jenssegers\Blade\Blade;

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

echo $blade->make('homepage', ['name' => 'John Doe'])->render();
```

Alternatively you can use the shorthand method `render`:

```
echo $blade->render('homepage', ['name' => 'John Doe']);
```

You can also extend Blade using the `directive()` function:

```
$blade->directive('datetime', function ($expression) {
    return "";
});
```

Which allows you to use the following in your blade template:

```
Current date: @datetime($date)

```

The Blade instances passes all methods to the internal view factory. So methods such as `exists`, `file`, `share`, `composer` and `creator` are available as well. Check out the [original documentation](https://laravel.com/docs/5.8/views) for more information.

Integrations
------------

[](#integrations)

- [Phalcon Slayer Framework](https://github.com/phalconslayer/slayer) comes out of the box with Blade.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50.7% 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

648d ago

### Community

Maintainers

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

---

Top Contributors

[![jenssegers](https://avatars.githubusercontent.com/u/194377?v=4)](https://github.com/jenssegers "jenssegers (38 commits)")[![walkor](https://avatars.githubusercontent.com/u/6073368?v=4)](https://github.com/walkor "walkor (18 commits)")[![daison12006013](https://avatars.githubusercontent.com/u/4581415?v=4)](https://github.com/daison12006013 "daison12006013 (12 commits)")[![edgarsn](https://avatars.githubusercontent.com/u/6625918?v=4)](https://github.com/edgarsn "edgarsn (1 commits)")[![IonBazan](https://avatars.githubusercontent.com/u/1985514?v=4)](https://github.com/IonBazan "IonBazan (1 commits)")[![amoutonbrady](https://avatars.githubusercontent.com/u/17355226?v=4)](https://github.com/amoutonbrady "amoutonbrady (1 commits)")[![lesichkovm](https://avatars.githubusercontent.com/u/7744963?v=4)](https://github.com/lesichkovm "lesichkovm (1 commits)")[![peter279k](https://avatars.githubusercontent.com/u/9021747?v=4)](https://github.com/peter279k "peter279k (1 commits)")[![TullariS](https://avatars.githubusercontent.com/u/7660175?v=4)](https://github.com/TullariS "TullariS (1 commits)")[![adacnvwp](https://avatars.githubusercontent.com/u/83542937?v=4)](https://github.com/adacnvwp "adacnvwp (1 commits)")

---

Tags

laravelbladetemplateviewrender

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/adacnvwp-webman-blade/health.svg)

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

###  Alternatives

[jenssegers/blade

The standalone version of Laravel's Blade templating engine for use outside of Laravel.

8661.2M109](/packages/jenssegers-blade)[spatie/laravel-blade-comments

Add debug comments to your rendered output

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

A library for using Laravel Blade templates in WordPress/WordPlate.

365.8k](/packages/fiskhandlarn-blade)[leitsch/kirby-blade

Enable Laravel Blade Template Engine for Kirby 4 and Kirby 5

219.2k](/packages/leitsch-kirby-blade)[johnturingan/laravel-fly-view

Render Blade templates from string mark-up.

163.9k](/packages/johnturingan-laravel-fly-view)

PHPackages © 2026

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