{"id":16629061,"url":"https://github.com/reisraff/phulp-scss-compiler","last_synced_at":"2026-04-28T05:37:56.575Z","repository":{"id":62534504,"uuid":"72134632","full_name":"reisraff/phulp-scss-compiler","owner":"reisraff","description":"The scss compiler addon for phulp","archived":false,"fork":false,"pushed_at":"2021-01-27T19:09:34.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-21T10:54:42.535Z","etag":null,"topics":["compiler","php","phulp","phulp-scss-compiler","phulpplugin","scss","scss-compiler"],"latest_commit_sha":null,"homepage":"https://github.com/reisraff/phulp ","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reisraff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-27T18:05:12.000Z","updated_at":"2021-01-27T19:09:37.000Z","dependencies_parsed_at":"2022-11-02T16:01:05.257Z","dependency_job_id":null,"html_url":"https://github.com/reisraff/phulp-scss-compiler","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/reisraff/phulp-scss-compiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reisraff%2Fphulp-scss-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reisraff%2Fphulp-scss-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reisraff%2Fphulp-scss-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reisraff%2Fphulp-scss-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reisraff","download_url":"https://codeload.github.com/reisraff/phulp-scss-compiler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reisraff%2Fphulp-scss-compiler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28020063,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-25T02:00:05.988Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compiler","php","phulp","phulp-scss-compiler","phulpplugin","scss","scss-compiler"],"created_at":"2024-10-12T04:39:16.763Z","updated_at":"2025-12-25T05:10:13.307Z","avatar_url":"https://github.com/reisraff.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# phulp-scss-compiler\n\nThe scss-compiler addon for [PHULP](https://github.com/reisraff/phulp). It's a wrapper for [leafo/scssphp](https://github.com/leafo/scssphp).\n\n## Install\n\n```bash\n$ composer require reisraff/phulp-scss-compiler\n```\n\n## Usage\n\n```php\n\u003c?php\n\nuse Phulp\\ScssCompiler\\ScssCompiler;\n\n$phulp-\u003etask('scss', function ($phulp) {\n    $phulp-\u003esrc(['src/'], '/scss$/')\n        // compile\n        -\u003epipe(new ScssCompiler)\n        // write your compiled files\n        -\u003epipe($phulp-\u003edest('dist/'));\n});\n\n```\n\n### Options\n\n***import_paths*** : The paths where can be located files to be imported. Should be an array\n\n```php\n\u003c?php\n\nuse Phulp\\ScssCompiler\\ScssCompiler;\n\n$compiler = new ScssCompiler([\n    // default: null\n    'import_paths' =\u003e ['src/styles/']\n]);\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freisraff%2Fphulp-scss-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freisraff%2Fphulp-scss-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freisraff%2Fphulp-scss-compiler/lists"}