PHPackages                             helsingborg-stad/render-blade-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. [Templating &amp; Views](/categories/templating)
4. /
5. helsingborg-stad/render-blade-view

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

helsingborg-stad/render-blade-view
==================================

Functionality for rendering Blade components.

0.0.2(3y ago)01.1kMITPHPCI failing

Since Mar 23Pushed 3y ago4 watchersCompare

[ Source](https://github.com/helsingborg-stad/render-blade-view)[ Packagist](https://packagist.org/packages/helsingborg-stad/render-blade-view)[ RSS](/packages/helsingborg-stad-render-blade-view/feed)WikiDiscussions master Synced 1mo ago

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

[![Contributors](https://camo.githubusercontent.com/b4a691b0c74e7198e4be7ab98d9bc11b81e9c8a2fd0f8b83b05323fa86ab58db/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f68656c73696e67626f72672d737461642f72656e6465722d626c6164652d766965772e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/b4a691b0c74e7198e4be7ab98d9bc11b81e9c8a2fd0f8b83b05323fa86ab58db/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f68656c73696e67626f72672d737461642f72656e6465722d626c6164652d766965772e7376673f7374796c653d666c61742d737175617265)[![Forks](https://camo.githubusercontent.com/4b96993f1bfbc87fbd073d1f9fc1b655ec155d99b2ca2a15869e68c53aa38a64/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f68656c73696e67626f72672d737461642f726561646d652e6d642e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/4b96993f1bfbc87fbd073d1f9fc1b655ec155d99b2ca2a15869e68c53aa38a64/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f68656c73696e67626f72672d737461642f726561646d652e6d642e7376673f7374796c653d666c61742d737175617265)[![Stargazers](https://camo.githubusercontent.com/103b8419a7f26b74e1935a85f79075a83db88dfd9f689dbc4c024096e0db9cbc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f68656c73696e67626f72672d737461642f726561646d652e6d642e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/103b8419a7f26b74e1935a85f79075a83db88dfd9f689dbc4c024096e0db9cbc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f68656c73696e67626f72672d737461642f726561646d652e6d642e7376673f7374796c653d666c61742d737175617265)[![Issues](https://camo.githubusercontent.com/fcd4421360bbff6da22020c1765bf6461a5b93231c5b5a608a07e58a51917eca/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f68656c73696e67626f72672d737461642f726561646d652e6d642e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/fcd4421360bbff6da22020c1765bf6461a5b93231c5b5a608a07e58a51917eca/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f68656c73696e67626f72672d737461642f726561646d652e6d642e7376673f7374796c653d666c61742d737175617265)[![License](https://camo.githubusercontent.com/35f99797136bd9b728673113c4bbb2ddacaee6753a25031922906adcbcbc8c5f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f68656c73696e67626f72672d737461642f726561646d652e6d642e7376673f7374796c653d666c61742d737175617265)](https://raw.githubusercontent.com/helsingborg-stad/readme.md/main/LICENSE)

[![Logo](docs/images/hbg-github-logo-combo.png)](https://github.com/helsingborg-stad/render-blade-view)

render-blade-view
=================

[](#render-blade-view)

Functionality for rendering PHP Blade views.

[Report bug](https://img.shields.io/github/contributors/helsingborg-stad/render-blade-view/issues)[Request Feature](https://img.shields.io/github/contributors/helsingborg-stad/render-blade-view/issues)

Install using Composer
----------------------

[](#install-using-composer)

`composer require helsingborg-stad/render-blade-view`

Requirements
------------

[](#requirements)

- PHP ^7.4

Usage
-----

[](#usage)

```
class BladeEngine {
    // The bladeEngine to be passed to BladeView::create must have a render function following this signature.
    public function render(string $view, array $data):string;
}

$bladeEngine = new BladeEngine();
$view = 'foo';
$viewData = ['foo' => 'bar'];

$bladeView = BladeView::create($bladeEngine);
$bladeView->render($view, $viewData);
```

License
-------

[](#license)

Distributed under the [MIT License](https://raw.githubusercontent.com/helsingborg-stad/readme.md/main/LICENSE).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

2

Last Release

1144d ago

### Community

Maintainers

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

---

Top Contributors

[![thorbrink](https://avatars.githubusercontent.com/u/1064724?v=4)](https://github.com/thorbrink "thorbrink (18 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/helsingborg-stad-render-blade-view/health.svg)

```
[![Health](https://phpackages.com/badges/helsingborg-stad-render-blade-view/health.svg)](https://phpackages.com/packages/helsingborg-stad-render-blade-view)
```

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

545.8M69](/packages/symfony-ux-icons)

PHPackages © 2026

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