PHPackages                             codesleeve/l4-asset-handlebars - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. codesleeve/l4-asset-handlebars

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

codesleeve/l4-asset-handlebars
==============================

v1.4(12y ago)331.9k[2 PRs](https://github.com/CodeSleeve/l4-asset-handlebars/pulls)JavaScriptPHP &gt;=5.3.0

Since Aug 26Pushed 12y ago1 watchersCompare

[ Source](https://github.com/CodeSleeve/l4-asset-handlebars)[ Packagist](https://packagist.org/packages/codesleeve/l4-asset-handlebars)[ RSS](/packages/codesleeve-l4-asset-handlebars/feed)WikiDiscussions master Synced 2w ago

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

Laravel 4 Asset Pipeline Package For Handlebars.js
==================================================

[](#laravel-4-asset-pipeline-package-for-handlebarsjs)

Bring in your `.jst.hbs` JST templates and also Handlebars into your Laravel 4 application.

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

[](#installation)

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `codesleeve/l4-asset-handlebars`.

It might look something like:

```
  "require": {
    "laravel/framework": "4.0.*",
    "codesleeve/l4-asset-handlebars": "dev-master"
  }
```

Next, update Composer from the Terminal:

```
    composer update
```

Once this operation completes, add the service provider. Open `app/config/app.php`, and add a new item to the providers array.

```
    'Codesleeve\L4AssetHandlebars\L4AssetHandlebarsServiceProvider'
```

Usage
-----

[](#usage)

Once installed you can add this your Asset pipeline manifest file `[laravel_root]/app/assets/javascripts/application.js`

```
	//= require handlebars

```

Now create a file `app/assets/javascripts/myfirst.jst.hbs`

```
	 Put some html here, {{smeagol}}
```

After refreshing the page inspect JST object in the javascript console and the function

```
	JST['myfirst']({smeagol: 'precious!!!'})

```

which should give you

```
	 Put some html here, previous
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

2

Last Release

4578d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/797669?v=4)[Norbert FEdo Fedak](/maintainers/kelt)[@Kelt](https://github.com/Kelt)

---

Top Contributors

[![kdocki](https://avatars.githubusercontent.com/u/772706?v=4)](https://github.com/kdocki "kdocki (9 commits)")

### Embed Badge

![Health badge](/badges/codesleeve-l4-asset-handlebars/health.svg)

```
[![Health](https://phpackages.com/badges/codesleeve-l4-asset-handlebars/health.svg)](https://phpackages.com/packages/codesleeve-l4-asset-handlebars)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[illuminate/events

The Illuminate Events package.

13557.0M2.1k](/packages/illuminate-events)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M273](/packages/illuminate-pipeline)[illuminate/session

The Illuminate Session package.

9939.3M829](/packages/illuminate-session)[illuminate/hashing

The Illuminate Hashing package.

6729.7M185](/packages/illuminate-hashing)

PHPackages © 2026

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