{"id":17002901,"url":"https://github.com/darklow/ff-silex-less-provider","last_synced_at":"2025-04-12T06:32:30.298Z","repository":{"id":4904184,"uuid":"6060294","full_name":"darklow/ff-silex-less-provider","owner":"darklow","description":"Simple less php service provider for Silex that uses leafo/lessphp as parser. !!! This repository is not maintained anymore.","archived":false,"fork":false,"pushed_at":"2013-11-25T07:15:51.000Z","size":142,"stargazers_count":5,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T02:03:55.679Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"stefanfoulis/django-image-filer","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darklow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-03T13:18:39.000Z","updated_at":"2020-03-12T12:15:34.000Z","dependencies_parsed_at":"2022-09-16T07:40:31.032Z","dependency_job_id":null,"html_url":"https://github.com/darklow/ff-silex-less-provider","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darklow%2Fff-silex-less-provider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darklow%2Fff-silex-less-provider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darklow%2Fff-silex-less-provider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darklow%2Fff-silex-less-provider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darklow","download_url":"https://codeload.github.com/darklow/ff-silex-less-provider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248529845,"owners_count":21119580,"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","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":[],"created_at":"2024-10-14T04:29:19.066Z","updated_at":"2025-04-12T06:32:29.968Z","avatar_url":"https://github.com/darklow.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"FF-Silex-Less service provider\n================\n\nSimple less php service provider for Silex that uses https://github.com/leafo/lessphp as parser.\n\nSimply specify paths for your .less files and target .css and if your .less files are newer than final .css file, final .css will be regenerated\n\nInstallation\n------------\n\nCreate a composer.json in your projects root-directory:\n\n    {\n        \"require\": {\n            \"darklow/ff-silex-less-provider\": \"*\"\n        }\n    }\n\nand run:\n\n    curl -s http://getcomposer.org/installer | php\n    php composer.phar install\n\n\nRegister provider\n-----------------\n\nYou must specify two required parameters and one optional:\n* **less.sources** - Single path or array of paths of source - less files. Keep in mind that if .less file @import other .less files, you have to specify only main .less file\n* **less.target** - Path to target .css file\n* **less.target_mode** - Optionally you can specify file mode mask\n\n``` php\n\u003c?php\nuse FF\\ServiceProvider\\LessServiceProvider;\n\n// Register FF Silex Less service provider\n$this-\u003eregister(new LessServiceProvider(), array(\n    'less.sources'     =\u003e array(__DIR__.'/../../Resources/less/style.less'), // specify one or serveral .less files\n    'less.target'      =\u003e __DIR__.'/../../web/css/style.css', // specify .css target file\n    'less.target_mode' =\u003e 0775, // Optional\n));\n```\n\nLicense\n-------\n\n'FF-Silex-Less' is licensed under the MIT license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarklow%2Fff-silex-less-provider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarklow%2Fff-silex-less-provider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarklow%2Fff-silex-less-provider/lists"}