PHPackages                             libre-informatique/lisem-project - 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. libre-informatique/lisem-project

ActiveProject

libre-informatique/lisem-project
================================

LISem is an ERP specialized for seeds producers and craftsmen.

0.6.4(8y ago)00GPL-3.0PHPPHP &gt;=7.1

Since Feb 20Pushed 8y ago5 watchersCompare

[ Source](https://github.com/libre-informatique/LISemSymfonyProject)[ Packagist](https://packagist.org/packages/libre-informatique/lisem-project)[ RSS](/packages/libre-informatique-lisem-project/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (49)Versions (10)Used By (0)

LISem
=====

[](#lisem)

LISem is an ERP specialized for seeds producers and craftsmen. It uses many libraries from :

- [Blast Project](https://github.com/blast-project)
- [Libre Informatique](https://github.com/libre-informatique)
- [Sylius](http://docs.sylius.org/en/latest/)

THIS PROJECT IS STILL UNUSABLE, IT'S A WORK IN PROGRESS

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

[](#installation)

### Download project

[](#download-project)

With SSH (if you have a GitHub account) :

```
$ git clone git@github.com:libre-informatique/LISemSymfonyProject.git

```

... or with HTTPS:

```
$ git clone https://github.com/libre-informatique/LISemSymfonyProject

```

### Create and configure the database

[](#create-and-configure-the-database)

Create a database. For example, if you are using PostgreSQL :

```
CREATE USER lisem_user WITH PASSWORD 'this-is-my-lisem-password';
CREATE DATABASE lisem;
GRANT ALL PRIVILEGES ON DATABASE lisem TO lisem_user;
\connect lisem;
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
```

Configure the LiSem application according to your database settings:

```
# app/config/parameters.yml
parameters:
    database_host: 127.0.0.1
    database_port: 5432
    database_name: lisem
    database_user: lisem_user
    database_password: this-is-my-lisem-password
```

Create tables:

```
$ bin/console doctrine:schema:create
```

### Install dependencies (vendors)

[](#install-dependencies-vendors)

Make sure you have [the latest version of composer](https://getcomposer.org/download/) installed, then :

```
$ cd LISemSymfonyProject
$ composer install

```

It will install part of the assets. See below to see how to install the remaining assets (Sylius assets)

### Setup application

[](#setup-application)

```
$ bin/console lisem:install:setup --with-samples
```

### Deploy Sylius assets

[](#deploy-sylius-assets)

You need [node.js](https://nodejs.org/) installed for this section.

```
$ bin/console sylius:theme:assets:install
$ npm install
$ npm run gulp
```

### Tadaaa !

[](#tadaaa-)

Launch your PHP server :

```
$ bin/console server:start
```

In your browser you should now be able to check these pages :

- Shop homepage:
- LISem administration:
- Sylius administration:

For the admin pages, the login / password is :  / lisem

### If you encounter cache and/or log directory problems

[](#if-you-encounter-cache-andor-log-directory-problems)

Add `cache_dir` and `logs_dir` parameters to your parameter.yml with the absolute path to the cache and log directories. For example :

```
# app/config/parameters.yml
parameters:
    cache_dir: /tmp
    logs_dir: /tmp
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50.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.

###  Release Activity

Cadence

Every ~36 days

Recently: every ~30 days

Total

8

Last Release

3112d ago

PHP version history (3 changes)0.1PHP ^5.6|^7.0

0.4.3PHP &gt;=5.6

0.5.1PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/fc3ab5e7bcedd6769ea7ea27b9b65157b62b4b127296dd6762388d400193b054?d=identicon)[BlastCI](/maintainers/BlastCI)

---

Top Contributors

[![RomainSanchez](https://avatars.githubusercontent.com/u/18164227?v=4)](https://github.com/RomainSanchez "RomainSanchez (55 commits)")[![FanchTheSystem](https://avatars.githubusercontent.com/u/882203?v=4)](https://github.com/FanchTheSystem "FanchTheSystem (20 commits)")[![PapsOu](https://avatars.githubusercontent.com/u/5792207?v=4)](https://github.com/PapsOu "PapsOu (13 commits)")[![betaglop](https://avatars.githubusercontent.com/u/5788263?v=4)](https://github.com/betaglop "betaglop (10 commits)")[![marcosbdm](https://avatars.githubusercontent.com/u/1228125?v=4)](https://github.com/marcosbdm "marcosbdm (5 commits)")[![GlennCavarle](https://avatars.githubusercontent.com/u/10597426?v=4)](https://github.com/GlennCavarle "GlennCavarle (4 commits)")[![sentinellesduweb](https://avatars.githubusercontent.com/u/53866807?v=4)](https://github.com/sentinellesduweb "sentinellesduweb (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/libre-informatique-lisem-project/health.svg)

```
[![Health](https://phpackages.com/badges/libre-informatique-lisem-project/health.svg)](https://phpackages.com/packages/libre-informatique-lisem-project)
```

###  Alternatives

[claroline/core-bundle

Claroline core bundle

165.5k52](/packages/claroline-core-bundle)

PHPackages © 2026

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