PHPackages                             andriybazyuta/l4-asset-emblem - 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. andriybazyuta/l4-asset-emblem

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

andriybazyuta/l4-asset-emblem
=============================

Laravel 4 Asset Pipeline Package For Emblem.js

026JavaScript

Since Jan 24Pushed 12y ago1 watchersCompare

[ Source](https://github.com/tih-ra/l4-asset-emblem)[ Packagist](https://packagist.org/packages/andriybazyuta/l4-asset-emblem)[ RSS](/packages/andriybazyuta-l4-asset-emblem/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

Bring in your `.emblem` templates into your Laravel 4 application.

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

[](#installation)

Edit your project's `composer.json` file to require `andriybazyuta/l4-asset-emblem`.

It might look something like:

```
  "require": {
    "laravel/framework": "4.0.*",
    "andriybazyuta/l4-asset-emblem": "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.

```
    'Andriybazyuta\L4AssetEmblemjs\L4AssetEmblemjsServiceProvider'
```

Usage
-----

[](#usage)

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

```
	//= require handlebars
  //= require ember
  and
   in your view

```

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

```
	Put some .emblem templates to, /assets/javascript/templates of /assets/javascript/SOME_FOLDER/templates  folder
```

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

```
  Ember.TEMPLATES["mytemplate"] = Emblem.compile(Ember.Handlebars, "template content");

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![tih-ra](https://avatars.githubusercontent.com/u/15499?v=4)](https://github.com/tih-ra "tih-ra (24 commits)")

### Embed Badge

![Health badge](/badges/andriybazyuta-l4-asset-emblem/health.svg)

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

###  Alternatives

[pocketmine/math

PHP library containing math related code used in PocketMine-MP

45573.2k14](/packages/pocketmine-math)

PHPackages © 2026

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