PHPackages                             gollumsf/libsass-bundle - 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. [Search &amp; Filtering](/categories/search)
4. /
5. gollumsf/libsass-bundle

ActiveSymfony-bundle[Search &amp; Filtering](/categories/search)

gollumsf/libsass-bundle
=======================

Add libsabb filter for AsseticBundle

1.0.4(8y ago)34781GPL-3.0-or-laterPHPPHP &gt;=5.3.2

Since Oct 22Pushed 8y ago4 watchersCompare

[ Source](https://github.com/GollumSF/libsass-bundle)[ Packagist](https://packagist.org/packages/gollumsf/libsass-bundle)[ Docs](https://github.com/GollumSF/libsass-bundle)[ RSS](/packages/gollumsf-libsass-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (6)Used By (0)

libsass-bundle
==============

[](#libsass-bundle)

Add libsabb filter for AsseticBundle into Symfony2

\##For composer :

```
{
	"require" : {
		"gollumsf/libsass-bundle" : "1.0.0"
	},

	"scripts" : {
		"post-update-cmd" : [
			"GollumSF\\LibSassBundle\\DistributionBundle\\Composer\\ScriptHandler::submoduleUpdate"
		]
	}
}
```

\##Register the bundle with your kernel:

```
// in AppKernel::registerBundles()
$bundles = array(
    // ...
    new GollumSF\LibSassBundle\GollumSFLibSassBundle(),
    // ...
);
```

\##Configuration

```

	assetic:
		node:
			bin: ~  # (optional) default: /usr/bin/node
		nodesass:
			bin: ~  # (optional) default: "%kernel.root_dir%/../vendor/sass/node-sass/bin/node-sass"
		filters:
			nodesass:
				resource: '%kernel.root_dir%/../vendor/gollumsf/libsass-bundle/GollumSF/LibSassBundle/Resources/config/nodesass.xml'
				apply_to: "\.scss$" # (optional)
				style: ~            # (optional) default: expanded
				images_dir: ~       # (optional) default: images
				fonts_dir:  ~       # (optional) default: fonts
				http_path: ~        # (optional)
				load_paths: []      # (optional)

	parameters:
		assetic.nodesass.compiler.usenodeserver: ~     # (optional) default: false       Enabled generate assets routes for node compiler server (Only dor DEV)
		assetic.nodesass.compiler.host: 127.0.0.1      # (optional) default: "127.0.0.1" Host for node compiler server
		assetic.nodesass.compiler.https: "none"        # (optional) default: "none"      must be "none", "detect", "full" for http/https route generated
		assetic.nodesass.compiler.port: 7979           # (optional) default: 7979        HTTP port for compiler server
		assetic.nodesass.compiler.portHttps: 8989      # (optional) default: 8989        HTTPS port for compiler server

```

\##Command

Launch compiler dev server if

```

php app/console nodesass:compiler
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

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

Total

5

Last Release

3016d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6690bb36165854e1db86762d56c22351ff844b12f59e5c91993a6d793f098cfb?d=identicon)[Smeagolworms4](/maintainers/Smeagolworms4)

---

Top Contributors

[![Smeagolworms4](https://avatars.githubusercontent.com/u/4448640?v=4)](https://github.com/Smeagolworms4 "Smeagolworms4 (67 commits)")

---

Tags

filterasseticnodejscompassgollumsflibsass

### Embed Badge

![Health badge](/badges/gollumsf-libsass-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/gollumsf-libsass-bundle/health.svg)](https://phpackages.com/packages/gollumsf-libsass-bundle)
```

###  Alternatives

[clue/stream-filter

A simple and modern approach to stream filtering in PHP

1.7k261.7M7](/packages/clue-stream-filter)[laminas/laminas-filter

Programmatically filter and normalize data and files

9528.0M150](/packages/laminas-laminas-filter)[dms/dms-filter-bundle

DMS Filter Bundle, makes Annotation based entity filtering available in Symfony

78351.6k1](/packages/dms-dms-filter-bundle)[kitpages/data-grid-bundle

Symfony DataGridBundle

7780.9k1](/packages/kitpages-data-grid-bundle)[rollerworks/search-bundle

RollerworksSearch Bundle

1015.8k1](/packages/rollerworks-search-bundle)

PHPackages © 2026

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