PHPackages                             ammonkc/bonzai-helper - 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. ammonkc/bonzai-helper

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

ammonkc/bonzai-helper
=====================

A collection of Helpers and blade extensions for my gulp asset pipeline

0.0.1(11y ago)059MITPHPPHP &gt;=5.4.0

Since Jan 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ammonkc/bonzai-helper)[ Packagist](https://packagist.org/packages/ammonkc/bonzai-helper)[ RSS](/packages/ammonkc-bonzai-helper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

This Laravel 5 package with a collection of Helpers and blade extensions for my gulp asset pipeline

This package assumes that your asset pipeline:
----------------------------------------------

[](#this-package-assumes-that-your-asset-pipeline)

\##Installation The package can be installed through Composer:

```
composer require ammonkc/bonzai-helper

```

This service provider must be installed:

```
//for laravel  [
    ...
    'Ammonkc\BonzaiHelper\BonzaiHelperServiceProvider'
    ...
];
```

This package also comes with a facade, which provides an easy way to call the the functionality.

```
//for laravel  array(
    ...
    'Bonzai' => 'Ammonkc\BonzaiHelper\BonzaiHelperFacade',
    ...
)
```

\##Configuration You can publish the configuration file using this command:

```
php artisan config:publish ammonkc/bonzai-helper
```

A configuration-file with some sensible defaults will be placed in your config/packages directory:

```
return
[
    /**
     * The url that points to the directory were your assets are stored
     *
     */
    'assetDir'         =>  'assets',
];
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

4130d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/638dc2d8470f5da58247f4429136ee41a7d1291ee60693d2f40811930ea1f5d0?d=identicon)[ammonkc](/maintainers/ammonkc)

---

Top Contributors

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

---

Tags

phplaravelhelpersbladeassets

### Embed Badge

![Health badge](/badges/ammonkc-bonzai-helper/health.svg)

```
[![Health](https://phpackages.com/badges/ammonkc-bonzai-helper/health.svg)](https://phpackages.com/packages/ammonkc-bonzai-helper)
```

###  Alternatives

[codeat3/blade-phosphor-icons

A package to easily make use of "Phosphor Icons" in your Laravel Blade views.

43798.5k21](/packages/codeat3-blade-phosphor-icons)[stijnvanouplines/blade-country-flags

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

26307.2k6](/packages/stijnvanouplines-blade-country-flags)

PHPackages © 2026

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