PHPackages                             uzura8/fuel-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. uzura8/fuel-less

ActiveFuel-package[Utility &amp; Helpers](/categories/utility)

uzura8/fuel-less
================

forked from kriansa/fuel-less for capable of installing by composer

0124PHP

Since Mar 22Pushed 11y ago1 watchersCompare

[ Source](https://github.com/uzura8/fuel-less)[ Packagist](https://packagist.org/packages/uzura8/fuel-less)[ RSS](/packages/uzura8-fuel-less/feed)WikiDiscussions 2.0/master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Fuel LessCSS Compiler
=====================

[](#fuel-lesscss-compiler)

This is a LESS compiler package for Fuel Framework, using lessphp by @leafo or nodejs.

LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions.

More about *lesscss*: ****

More about *lessphp*: ****

New in 2.0
----------

[](#new-in-20)

- Search modifications recursively in your less includes
- Compile your less with LessPHP implementation or the nodejs+node official one

Installing
----------

[](#installing)

Clone from Github. Put it on `'packages_dir/less'` dir in and add to your app/config/config.php.

```
git clone --recursive git://github.com/kriansa/fuel-less.git

```

Works with Fuel 1.1+

Usage
-----

[](#usage)

```
// will compile `less_source_dir`/style.less to base_url/assets/css/style.css and load it as CSS
Asset::less('style.less');

// same syntax as Asset::css()
Asset::less(array('style.less', 'file1.less', 'admin/style.less'));
```

Config
------

[](#config)

Copy `PKGPATH/less/config/less.php` to your `APP/config/less.php` and change it as you need. You can also change these configs at runtime:

```
// Using the basic Config for the default Asset instance
Config::set('asset.less_source_dir', APPPATH.'less/admin');
// Or using the new Asset Instance
Asset::forge('custom', array('less_source_dir' => APPPATH.'less/admin'));
```

Updating submodules
-------------------

[](#updating-submodules)

In case you want to update the submodules (lessphp and lessjs)

```
git pull --recurse-submodules

```

License
-------

[](#license)

Fuel LessCSS package is released under the MIT License.

Have fun!

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 59.5% 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/df0b35c5f4df697dc7318afb441f61c06c67c5ccea11f88b41fdcd2d2ab3f4b5?d=identicon)[uzura8](/maintainers/uzura8)

---

Top Contributors

[![kriansa](https://avatars.githubusercontent.com/u/962032?v=4)](https://github.com/kriansa "kriansa (22 commits)")[![uzura8](https://avatars.githubusercontent.com/u/90573?v=4)](https://github.com/uzura8 "uzura8 (9 commits)")[![dmyers](https://avatars.githubusercontent.com/u/207171?v=4)](https://github.com/dmyers "dmyers (6 commits)")

### Embed Badge

![Health badge](/badges/uzura8-fuel-less/health.svg)

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

###  Alternatives

[kss-php/kss-php

A PHP implementation of KSS: a methodology for documenting CSS and generating styleguides

25142.7k2](/packages/kss-php-kss-php)[xefi/faker-php-locales-fr-fr

Faker extension to include fr\_FR locale

2310.7k](/packages/xefi-faker-php-locales-fr-fr)

PHPackages © 2026

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