PHPackages                             ovensia/ploopi - 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. ovensia/ploopi

ActiveProject

ovensia/ploopi
==============

Ploopi - plateforme de gestion web - contenus, wiki, documents, planning

28.9k↓100%1[1 issues](https://github.com/faf2019/ploopi/issues)PHP

Since Aug 7Pushed 1mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

PLOOPI
======

[](#ploopi)

A propos
--------

[](#a-propos)

Avertissement
-------------

[](#avertissement)

Version de développement

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

[](#installation)

### Prérequis

[](#prérequis)

Installation des paquets logiciels nécessaires

```
sudo apt update
sudo apt upgrade
sudo apt install --yes apt-transport-https apache2 libapache2-mod-php php php-mysql php-gd php-zip php-curl php-cli php-xml php-mbstring memcached php-memcached mariadb-server unoconv composer catdoc poppler-utils jhead unrtf unzip zip openssl subversion git mediainfo
sudo a2enmod rewrite expires headers
sudo systemctl restart apache2
```

Définitions des droits pour la base de données

```
sudo mysql -uroot -p -e "GRANT ALL PRIVILEGES ON ploopi.* TO 'ploopi'@'localhost' IDENTIFIED BY 'ploopi' WITH GRANT OPTION;"
```

### Installation Ploopi

[](#installation-ploopi)

```
mkdir /var/www/ploopi
cd /var/www/ploopi
composer create-project --no-dev --no-interaction ovensia/ploopi:dev-master ploopi
sudo chown -R www-data:www-data .
sudo find . -type d -print0 | xargs -0 -n 1 chmod 500
sudo find . -type f -print0 | xargs -0 -n 1 chmod 400
sudo find {data,config,modules} -type d -print0 | xargs -0 -n 1 chmod 700
sudo find {data,config,modules} -type f -print0 | xargs -0 -n 1 chmod 600
```

### Config Apache

[](#config-apache)

Création d'un Virtual Host (optionnel mais recommandé) :

```
sudo nano /etc/apache2/sites-available/ploopi.conf
```

Puis insérez les lignes suivantes :

```

    ServerName ploopi

    DocumentRoot /var/www/ploopi/

            AllowOverride All

```

On active le site et on redémarre Apache :

```
sudo a2dissite 000-default
sudo a2ensite ploopi
sudo systemctl restart apache2
```

### Sécurité

[](#sécurité)

```
sudo nano /etc/apache2/conf-enabled/security.conf
```

```
ServerTokens Prod
ServerSignature Off
```

```
sudo systemctl restart apache2
```

Téléchargement direct
---------------------

[](#téléchargement-direct)

Licence
-------

[](#licence)

GPL 2.0

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance48

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 99.9% 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/acf83208e1382f9bf3cfe36a41e94286242517b48bf874ac4f70de742369ca20?d=identicon)[ovensia](/maintainers/ovensia)

---

Top Contributors

[![faf2019](https://avatars.githubusercontent.com/u/32289337?v=4)](https://github.com/faf2019 "faf2019 (1443 commits)")[![louis-auzou](https://avatars.githubusercontent.com/u/196315013?v=4)](https://github.com/louis-auzou "louis-auzou (1 commits)")

### Embed Badge

![Health badge](/badges/ovensia-ploopi/health.svg)

```
[![Health](https://phpackages.com/badges/ovensia-ploopi/health.svg)](https://phpackages.com/packages/ovensia-ploopi)
```

PHPackages © 2026

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