PHPackages                             evnn/less-service-provider - 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. evnn/less-service-provider

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

evnn/less-service-provider
==========================

LESS service provider for the Silex µframwork.

115PHP

Since Mar 27Pushed 14y agoCompare

[ Source](https://github.com/evNN/LessServiceProvider)[ Packagist](https://packagist.org/packages/evnn/less-service-provider)[ RSS](/packages/evnn-less-service-provider/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

LessServiceProvider
===================

[](#lessserviceprovider)

This is a Service Provider for the [Silex PHP microframework](http://silex.sensiolabs.org/)to add the ability to compile LESS files within your project. It leverages the \[LessElephant\] () project to do this.

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

[](#installation)

You can install this using [Composer](http://getcomposer.org/) by adding the following to your `composer.json` file in your project root:

```
"evNN/less-service-provider": "dev-master"
```

And update your project via Composer:

```
$ php composer.phar update
```

### Important

[](#important)

You must add the following to register the namespaces for both the `LessElephant` and the `LessServiceProvider` components:

```
$app['autoloader']->registerNamespace('evNN', __DIR__ . '/vendor/evNN/less-service-provider/src');
$app['autoloader']->registerNamespace('LessElephant', __DIR__ . '/vendor/cypresslab/less-elephant/src');
$app['autoloader']->registerNamespace('Symfony\\Component\\Finder', __DIR__ . '/vendor/symfony/finder');
$app['autoloader']->registerNamespace('Symfony\\Component\\Process', __DIR__ . '/vendor/symfony/process');
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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/1dcc5c96b503abeff6dd9d925ad3e68a3754657db5494122360e36c55fac84d0?d=identicon)[evNN](/maintainers/evNN)

---

Top Contributors

[![epd](https://avatars.githubusercontent.com/u/412465?v=4)](https://github.com/epd "epd (7 commits)")

### Embed Badge

![Health badge](/badges/evnn-less-service-provider/health.svg)

```
[![Health](https://phpackages.com/badges/evnn-less-service-provider/health.svg)](https://phpackages.com/packages/evnn-less-service-provider)
```

PHPackages © 2026

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