PHPackages                             rf1705/blade-helpers - 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. rf1705/blade-helpers

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

rf1705/blade-helpers
====================

Add includeOnce Blade directive

v1.1.4(2y ago)08.8kMITPHPPHP ^7.2|^8.0

Since Aug 5Pushed 2y agoCompare

[ Source](https://github.com/RF1705/blade-helpers)[ Packagist](https://packagist.org/packages/rf1705/blade-helpers)[ Docs](https://github.com/hebinet/blade-helpers)[ RSS](/packages/rf1705-blade-helpers/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Blade Helpers
=====================

[](#laravel-blade-helpers)

Adds a new Blade-Directive `@includeOnce`

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

[](#installation)

You can install it using Composer:

```
composer require hebinet/blade-helpers
```

Usage
-----

[](#usage)

The directive has the same footprint as the native Laravel `@include` directive.

You can use it like this:

```
@includeOnce({view to include})
{{-- Or --}}
@includeOnce({view to include}, {data to pass through})
```

Examples
--------

[](#examples)

```
{{-- Will include the view 'include-test' once --}}
@includeOnce('include-test')

{{-- Or you can even pass some data to the view --}}
@includeOnce('include-test', ['data'=>4])
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 61.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

Every ~302 days

Recently: every ~371 days

Total

6

Last Release

954d ago

PHP version history (2 changes)v1.0.0PHP ^7.2

v1.1.2PHP ^7.2|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25487632?v=4)[Ronald Fiering](/maintainers/rf1705)[@RF1705](https://github.com/RF1705)

---

Top Contributors

[![hebinet](https://avatars.githubusercontent.com/u/24890467?v=4)](https://github.com/hebinet "hebinet (8 commits)")[![RF1705](https://avatars.githubusercontent.com/u/25487632?v=4)](https://github.com/RF1705 "RF1705 (5 commits)")

---

Tags

hebinetblade-helpers

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rf1705-blade-helpers/health.svg)

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

###  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)[tallstackui/tallstackui

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

703141.0k7](/packages/tallstackui-tallstackui)[laravellux/html

HTML and Form Builders for the Laravel Framework

35239.2k3](/packages/laravellux-html)

PHPackages © 2026

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