PHPackages                             docalist/updater - 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. docalist/updater

ActiveLibrary

docalist/updater
================

Mise à jour d'une installation à partir d'un webhook.

1.0.0(4y ago)0191MITPHP

Since Feb 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/docalist/updater)[ Packagist](https://packagist.org/packages/docalist/updater)[ RSS](/packages/docalist-updater/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

docalist/updater
================

[](#docalistupdater)

Mise à jour d'une installation à partir d'un webhook.

Exemple d'utilisation :

```
use Docalist\Updater\Updater;

require_once '../vendor/docalist/updater/Updater.php';  // Charge docalist/updater

Updater::update('exemple.org', [                        // Met à jour le site exemple.org
    'when' => 'push',                                   // Quand il y a un push
    'on'   => 'main',                                   // Sur la branche main
    'from' => 'https://github.com/exemple/site',        // Du dépôt github exemple/site
    'do'   => [                                         // En exécutant les commandes suivantes
        "git pull -v",
        "bin/composer install",
        "bin/console doctrine:migrations:migrate --no-interaction",
    ],
    'in'   => '/var/www/site'                           // Dans le répertoire /var/www/site
]);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1537d ago

### Community

Maintainers

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

---

Top Contributors

[![daniel-menard](https://avatars.githubusercontent.com/u/3940667?v=4)](https://github.com/daniel-menard "daniel-menard (6 commits)")

### Embed Badge

![Health badge](/badges/docalist-updater/health.svg)

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

PHPackages © 2026

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