PHPackages                             quangthinh/yii2-less - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. quangthinh/yii2-less

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

quangthinh/yii2-less
====================

Yii2 less compiler to assets

013PHP

Since Dec 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/vuquangthinh/yii2-less)[ Packagist](https://packagist.org/packages/quangthinh/yii2-less)[ RSS](/packages/quangthinh-yii2-less/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-less
=========

[](#yii2-less)

Yii2 less support

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist singrana/yii2-less "*"

```

or add

```
"singrana/yii2-less": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Add or modify your Yii2 application config

```
'components'    =>
[
	'assetManager'					=>
	[
		'converter'					=>
		[
			'class'					=>	'singrana\assets\Converter',
		],
	...
	],
	...
];
```

after this, you can usage in you bundles, for example:

```
	public $css =
	[
		'css/style.less',
	];
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9eb0adef83101ce84cfea0dd64562604df50812e8de9a9464e44dcdfcbe59698?d=identicon)[tut4ever](/maintainers/tut4ever)

---

Top Contributors

[![Singrana](https://avatars.githubusercontent.com/u/4208498?v=4)](https://github.com/Singrana "Singrana (7 commits)")[![vuquangthinh](https://avatars.githubusercontent.com/u/1710072?v=4)](https://github.com/vuquangthinh "vuquangthinh (2 commits)")

### Embed Badge

![Health badge](/badges/quangthinh-yii2-less/health.svg)

```
[![Health](https://phpackages.com/badges/quangthinh-yii2-less/health.svg)](https://phpackages.com/packages/quangthinh-yii2-less)
```

###  Alternatives

[dfridrich/php-mime-type

Simple PHP class for guessing file mime type based on file extension with ability to use in Symfony project.

17281.3k3](/packages/dfridrich-php-mime-type)

PHPackages © 2026

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