Download the PHP package cakebake/php-lesscss-compiler without Composer
On this page you can find all versions of the php package cakebake/php-lesscss-compiler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cakebake/php-lesscss-compiler
More information about cakebake/php-lesscss-compiler
Files in cakebake/php-lesscss-compiler
Download cakebake/php-lesscss-compiler
More information about cakebake/php-lesscss-compiler
Files in cakebake/php-lesscss-compiler
Vendor cakebake
Package php-lesscss-compiler
Short Description Compiles less code to css code
License LGPL-V3
Homepage http://cakebake.de/
Package php-lesscss-compiler
Short Description Compiles less code to css code
License LGPL-V3
Homepage http://cakebake.de/
Please rate this library. Is it a good library?
Informations about the package php-lesscss-compiler
PHP LessCss Compiler
Compiles less code to css code. Generating static css, or dynamic php file which outputs css... the use depends on your ideas and the project requirements! ;)
Features
- Compiles less to css code with lib (Bootstrap 3 support)
- Caching
- Observes the less files to changes and generates only when necessary
- Minify (optional)
- Output CSS and/or write Stylesheet file
Install via Composer
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install the package using the following command:
php composer.phar require --prefer-dist cakebake/php-lesscss-compiler "*"
or add
"cakebake/php-lesscss-compiler": "*"
to the require section of your file and run .
Usage Example
For more options see source code comments in file .
$less = new \cakebake\lesscss\LessConverter();
$less->init([
[
'input' => __DIR__ . '/example-1.less',
'webFolder' => '../tests',
],
[
'input' => __DIR__ . '/example-2.less',
'webFolder' => '../tests',
],
], __DIR__ . '/css/output.css');
All versions of php-lesscss-compiler with dependencies
PHP Build Version
Package Version
The package cakebake/php-lesscss-compiler contains the following files
Loading the files please wait ....