PHPackages                             ziedmaaloul/laravel-fluid-bridge - 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. ziedmaaloul/laravel-fluid-bridge

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

ziedmaaloul/laravel-fluid-bridge
================================

Add TYPO3.Fluid Template Engine to Laravel 8 and 9 with custom function , Blade Still Working , Enjoy.

2.0(3y ago)09MITPHP

Since Nov 10Pushed 3y agoCompare

[ Source](https://github.com/ziedmaaloul/laravel-fluid-bridge)[ Packagist](https://packagist.org/packages/ziedmaaloul/laravel-fluid-bridge)[ RSS](/packages/ziedmaaloul-laravel-fluid-bridge/feed)WikiDiscussions master Synced 1mo ago

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

Installation
============

[](#installation)

```
composer require  ziedmaaloul/laravel-fluid-bridge
```

In the `config/app.php` add `FluidServiceProvider` to the `providers` section.

```
'providers' => [
	Diego\Fluid\FluidServiceProvider::class,
],
```

Usage
=====

[](#usage)

Rendering By Trait in Page Folder
---------------------------------

[](#rendering-by-trait-in-page-folder)

```
Diego\Fluid\Render::template('Welcome' , ['parameter' => 'parameter'] , 1);
```

This will resolve the template name to `resources/views/Templates/Page/Welcome.html`

Rendering By Trait Outside Page Folder
--------------------------------------

[](#rendering-by-trait-outside-page-folder)

```
Diego\Fluid\Render::template('FolderOne/File' , ['parameter' => 'parameter'] , 0);
```

This will resolve the template name to `resources/views/Templates/FolderOne/File.html`

Enjoy :-)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

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

1279d ago

### Community

Maintainers

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

---

Top Contributors

[![ziedmaaloul](https://avatars.githubusercontent.com/u/16672404?v=4)](https://github.com/ziedmaaloul "ziedmaaloul (19 commits)")[![sirdiego](https://avatars.githubusercontent.com/u/118378?v=4)](https://github.com/sirdiego "sirdiego (10 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ziedmaaloul-laravel-fluid-bridge/health.svg)

```
[![Health](https://phpackages.com/badges/ziedmaaloul-laravel-fluid-bridge/health.svg)](https://phpackages.com/packages/ziedmaaloul-laravel-fluid-bridge)
```

###  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)[typo3/cms-fluid

TYPO3 CMS Fluid Integration - Integration of the Fluid templating engine into TYPO3.

1912.0M403](/packages/typo3-cms-fluid)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

545.8M69](/packages/symfony-ux-icons)[nystudio107/craft-twigpack

Twigpack is a bridge between Twig and webpack, with manifest.json &amp; webpack-dev-server HMR support

97341.4k17](/packages/nystudio107-craft-twigpack)[mallardduck/blade-boxicons

A package to easily make use of Boxicons in your Laravel Blade views.

12776.5k9](/packages/mallardduck-blade-boxicons)

PHPackages © 2026

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