PHPackages                             bond211/php-sass-compiler - 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. bond211/php-sass-compiler

AbandonedProject

bond211/php-sass-compiler
=========================

SASS compiler for PHP

v0.2.0(3y ago)065MITPHPPHP ^7.1|^8.0CI failing

Since Nov 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/bondarde/php-sass-compiler)[ Packagist](https://packagist.org/packages/bond211/php-sass-compiler)[ RSS](/packages/bond211-php-sass-compiler/feed)WikiDiscussions master Synced 1mo ago

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

PHP SASS Compiler
=================

[](#php-sass-compiler)

Features
--------

[](#features)

### Supported modes

[](#supported-modes)

- (default) compile if not-include files changed: can be used in production env if you really need to
- compile if any files changed: handy during local development
- force compile without any modification check: in case you need it

### Output formats

[](#output-formats)

Checkout

Default is `Compressed`.

### Imports

[](#imports)

Changes `@import "~` to `@import "../node_modules/`

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

[](#installation)

```
composer require bond211/php-sass-compiler

```

Usage
-----

[](#usage)

### Laravel

[](#laravel)

Add e.g. in `AppServiceProvider`:

```
if (App::environment('local') && !App::runningInConsole()) {
    SassCompiler::run(resource_path('sass/'), public_path('css/'), Mode::CHECK_INCLUDES);
}

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Recently: every ~249 days

Total

8

Last Release

1375d ago

PHP version history (2 changes)v0.1.0PHP ^7.1.3

v0.2.0PHP ^7.1|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7894e69f9e9f2e9608e7a3f221b9285295ab7a5ee3016600e66ca4e8109c09b0?d=identicon)[bondar](/maintainers/bondar)

---

Top Contributors

[![bondarde](https://avatars.githubusercontent.com/u/1891672?v=4)](https://github.com/bondarde "bondarde (12 commits)")

---

Tags

sass

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bond211-php-sass-compiler/health.svg)

```
[![Health](https://phpackages.com/badges/bond211-php-sass-compiler/health.svg)](https://phpackages.com/packages/bond211-php-sass-compiler)
```

###  Alternatives

[twbs/bootstrap

The most popular front-end framework for developing responsive, mobile first projects on the web.

174.1k17.6M325](/packages/twbs-bootstrap)[twbs/bootstrap-sass

bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.

12.5k1.8M15](/packages/twbs-bootstrap-sass)[scssphp/scssphp

scssphp is a compiler for SCSS written in PHP.

62827.7M220](/packages/scssphp-scssphp)[markstory/asset_compress

An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.

3761.0M11](/packages/markstory-asset-compress)[components/bootstrap

The most popular front-end framework for developing responsive, mobile first projects on the web.

932.8M62](/packages/components-bootstrap)[nizsheanez/yii2-asset-converter

Less, Sass, Scss and Phamlp converter for Yii2. No system requires. yii2-composer support, Less autoupdate, customizing of output directory

64167.5k6](/packages/nizsheanez-yii2-asset-converter)

PHPackages © 2026

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