Registry / utility / richthegeek-phpsass

richthegeek-phpsass

JSON →
library1.0.0phppackagistunverified

PHPSass is a PHP compiler for SASS, a popular CSS pre-processor language.

composer require richthegeek/phpsass
INSTALL
IMPORT
SIG · RICHTHEGEEK-PHPSAS
R
richthegeek-phpsass
utilityphpv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SassCompiler
✓ use PHPSass\SassCompiler;

Compile SASS to CSS

use PHPSass\SassCompiler; $compiler = new SassCompiler(); $css = $compiler->compile('$color: red; body { color: $color; }');
Debug
Known issues
breakingRequires PHP 5.3+ but may have issues with newer PHP versions
fix
Use a maintained fork like scssphp/scssphp for PHP 7+ compatibility
affects: >=1.0.0
Upgrade
Version history
1.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
richthegeek-phpsass — pip install richthegeek-phpsass · libregistry