PHPackages                             indigophp/robo-iless - 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. indigophp/robo-iless

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

indigophp/robo-iless
====================

Robo Task to compile LESS projects using the ILess library

114[2 issues](https://github.com/indigophp/robo-iless/issues)PHP

Since Mar 3Pushed 11y ago1 watchersCompare

[ Source](https://github.com/indigophp/robo-iless)[ Packagist](https://packagist.org/packages/indigophp/robo-iless)[ RSS](/packages/indigophp-robo-iless/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ILess Robo Task
===============

[](#iless-robo-task)

[![Latest Version](https://camo.githubusercontent.com/2cfb7ef416f049f2080d6826025d597d2802b8a9585638dec0db59297884ee9b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f696e6469676f7068702f726f626f2d696c6573732e7376673f7374796c653d666c61742d737175617265)](https://github.com/indigophp/robo-iless/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/f754767758e01034f8f4dea7bc6d9f22fb030ff5cf0a3c408efa759cd26d802a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f696e6469676f7068702f726f626f2d696c6573732e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/indigophp/robo-iless)[![Code Coverage](https://camo.githubusercontent.com/a0b1ad2536a855fe527aac28add37c10fda717265b0da0724196295ed4d9cf46/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f696e6469676f7068702f726f626f2d696c6573732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/indigophp/robo-iless)[![Quality Score](https://camo.githubusercontent.com/d8b7a3bd4b1fcc2a10ca7ddf2693ba56118827829cc2b6b8b457bcb26eea9f0b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f696e6469676f7068702f726f626f2d696c6573732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/indigophp/robo-iless)[![HHVM Status](https://camo.githubusercontent.com/22a5e03927fe8bc189b6892f0f6ee295a112a5259a50e4d41f709fd4c69093d1/68747470733a2f2f696d672e736869656c64732e696f2f6868766d2f696e6469676f7068702f726f626f2d696c6573732e7376673f7374796c653d666c61742d737175617265)](http://hhvm.h4cc.de/package/indigophp/robo-iless)[![Total Downloads](https://camo.githubusercontent.com/9411b1d685beb00561b1e2a2157d3744828e58b9cb84abd866070e060bc9f881/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e6469676f7068702f726f626f2d696c6573732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/indigophp/robo-iless)

**ILess Robo Task is a Robo task that enables Robo to perform LESS compilation through the ILess library.**

Install
-------

[](#install)

Via Composer

```
$ composer require indigophp/robo-iless
```

Usage
-----

[](#usage)

```
class RoboFile extends \Robo\Tasks
{
    use \Robo\Task\ILess\loadTasks;

    public function less()
    {
        $this->taskCompileLess()
            ->paths([
                'some/path/to/css.css' => 'some/path/to/less.less',
                'some/path/to/css2.css' => 'some/path/to/less2.less',
            ])
            ->run();
    }
}
```

Testing
-------

[](#testing)

```
$ vendor/bin/phpunit
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Tamás Barta](https://github.com/TamasBarta)
- [All Contributors](https://github.com/indigophp/robo-iless/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.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/1585b5a08e138e348f5b646231d0f16cb2eae06501fb9462bbc97a794d4de84a?d=identicon)[TamasBarta](/maintainers/TamasBarta)

---

Top Contributors

[![TamasBarta](https://avatars.githubusercontent.com/u/1753591?v=4)](https://github.com/TamasBarta "TamasBarta (15 commits)")[![sagikazarmark](https://avatars.githubusercontent.com/u/1226384?v=4)](https://github.com/sagikazarmark "sagikazarmark (1 commits)")

### Embed Badge

![Health badge](/badges/indigophp-robo-iless/health.svg)

```
[![Health](https://phpackages.com/badges/indigophp-robo-iless/health.svg)](https://phpackages.com/packages/indigophp-robo-iless)
```

PHPackages © 2026

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