PHPackages                             blake/coffeescript - 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. blake/coffeescript

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

blake/coffeescript
==================

Coffeescript module for ZF2.

v0.1.3(12y ago)022MITPHPPHP &gt;=5.3.3

Since Aug 29Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Panoptisis/coffeescript)[ Packagist](https://packagist.org/packages/blake/coffeescript)[ Docs](https://github.com/Panoptisis/coffeescript)[ RSS](/packages/blake-coffeescript/feed)WikiDiscussions master Synced 3d ago

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

ZF2 CoffeeScript Module
=======================

[](#zf2-coffeescript-module)

About
-----

[](#about)

This module provides inline support for CoffeeScript in ZF2 views using alxlit's [PHP CoffeeScript Compiler](https://github.com/alxlit/coffeescript-php).

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

[](#installation)

Installing this modul is quite simple using Composer. First, add this to your composer.json:

```
"require": {
    ...
    "blake/coffeescript": "0.*"
}
```

Set this requirement up with the usual `composer.phar install` command. And finally, you need to add this to your ZF2 `application.config.php`:

```
// ...
'modules' => array(
	// ...
	'Blake\CoffeeScript',
	// ...
),
// ...
```

Usage
-----

[](#usage)

With this installed, you can call `appendCoffeeScript()` off of the `HeadScript` or `InlineScript`view helpers.

```
$this->inlineScript()->appendCoffeeScript( false,
);
```

These can be overriden by passing your own options.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Total

4

Last Release

4640d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/67a9f18954ccfca16e83007ec774c87ce555d33db491c37bca043b59e5d80b9b?d=identicon)[Panoptisis](/maintainers/Panoptisis)

---

Top Contributors

[![bharley](https://avatars.githubusercontent.com/u/10331?v=4)](https://github.com/bharley "bharley (6 commits)")

---

Tags

modulezf2coffeescript

### Embed Badge

![Health badge](/badges/blake-coffeescript/health.svg)

```
[![Health](https://phpackages.com/badges/blake-coffeescript/health.svg)](https://phpackages.com/packages/blake-coffeescript)
```

PHPackages © 2026

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