PHPackages                             helios-ag/fm-lessql-bundle - 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. [Database &amp; ORM](/categories/database)
4. /
5. helios-ag/fm-lessql-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

helios-ag/fm-lessql-bundle
==========================

Lessql bundle, adds LessQL ORM PHP to your Symfony project

0.1(10y ago)122MITPHPPHP &gt;=5.3.3

Since May 31Pushed 6y ago1 watchersCompare

[ Source](https://github.com/helios-ag/FMLessQLBundle)[ Packagist](https://packagist.org/packages/helios-ag/fm-lessql-bundle)[ Docs](https://github.com/helios-ag/FMLessqlBundle)[ RSS](/packages/helios-ag-fm-lessql-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

FMLessQLBundle
==============

[](#fmlessqlbundle)

[LessQL](https://github.com/morris/lessql) integration in Symfony2

LessQL is a lightweight and powerful alternative to Object-Relational Mapping for PHP.

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

[](#installation)

### Step 1: Installation

[](#step-1-installation)

Using Composer, just add the following configuration to your `composer.json`:

Or you can use composer to install this bundle: Add FMBbcodeBundle in your composer.json:

```
    composer require helios-ag/fm-lessql-bundle
```

Now tell composer to download the bundle by running the command:

```
    composer update helios-ag/fm-lessql-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Finally, enable the bundle in the kernel:

```
