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

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

octopyid/blade-directive-helpers
================================

Blade directive for frequently used helpers

v1.0.1(4y ago)1112MITPHPPHP ^8.0

Since Sep 6Pushed 4y agoCompare

[ Source](https://github.com/OctopyID/BladeDirectiveHelpers)[ Packagist](https://packagist.org/packages/octopyid/blade-directive-helpers)[ RSS](/packages/octopyid-blade-directive-helpers/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Blade Directive Helpers
=======================

[](#blade-directive-helpers)

Blade syntax for frequently used Laravel helpers, such as `route`, `asset`, `url` and so on.

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

[](#installation)

To install the package, simply follow the steps below.

Install the package using Composer:

```
$ composer require octopyid/blade-directive-helpers

```

Usage
-----

[](#usage)

Just add `@` at the beginning of the helper keyword. For example, you often use syntax like this `{{ route('foo.bar') }}` with this package you can just write `@route('foo.bar')`

HELPERCOMMON USAGEPACKAGE USAGEurl{{ url('foo') }}@url('foo')mix{{ mix('foo') }}@mix('foo')asset{{ asset('foo') }}@asset('foo')route{{ route('foo', \[\]) }}@route('foo', \[\])Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Supian M](https://github.com/SupianIDz)
- [Octopy ID](https://github.com/OctopyID)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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 ~8 days

Total

2

Last Release

1701d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37969970?v=4)[Supian M](/maintainers/SupianIDz)[@SupianIDz](https://github.com/SupianIDz)

---

Top Contributors

[![SupianIDz](https://avatars.githubusercontent.com/u/37969970?v=4)](https://github.com/SupianIDz "SupianIDz (8 commits)")

---

Tags

laravelblade

### Embed Badge

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

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

###  Alternatives

[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)[electrik/slate

Slate - a Laravel Blade UI Kit is a set of anonymous blade components built using TailwindCSS v4 with built-in dark mode support for your next Laravel project

102.3k1](/packages/electrik-slate)

PHPackages © 2026

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