PHPackages                             ikimea/lessphp - 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. ikimea/lessphp

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

ikimea/lessphp
==============

lessphp is a compiler for LESS written in PHP.

v0.4.0(12y ago)052MITPHP

Since Jun 10Pushed 11y ago2 watchersCompare

[ Source](https://github.com/Ikimea/lessphp)[ Packagist](https://packagist.org/packages/ikimea/lessphp)[ Docs](http://leafo.net/lessphp/)[ RSS](/packages/ikimea-lessphp/feed)WikiDiscussions 1.x Synced today

READMEChangelogDependenciesVersions (8)Used By (0)

lessphp v1.0-dev
================

[](#lessphp-v10-dev)

###

[](#httplessphpikimeacomlessphp)

[![Build Status](https://camo.githubusercontent.com/a70279fc04be6ccf36ead328181cc1225d15f23052ebafa921c382fc274ec324/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f696b696d65612f6c6573737068702e706e67)](http://travis-ci.org/ikimea/lessphp)

`lessphp` is a compiler for LESS written in PHP. The documentation is great, so check it out: .

Here's a quick tutorial:

### How to use in your PHP project

[](#how-to-use-in-your-php-project)

The typical flow of **lessphp** is to create a new instance of `lessc`, configure it how you like, then tell it to compile something using one built in compile methods.

The `compile` method compiles a string of LESS code to CSS.

```
