PHPackages                             vtrotot/conseil-municipal-post-type - 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. vtrotot/conseil-municipal-post-type

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

vtrotot/conseil-municipal-post-type
===================================

Conseil Municipal Custom Post Type for WordPress Theme

1.2.1(9mo ago)0197MITPHPPHP &gt;=7

Since Jun 9Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/VincentTrotot/ConseilMunicipalPostType)[ Packagist](https://packagist.org/packages/vtrotot/conseil-municipal-post-type)[ RSS](/packages/vtrotot-conseil-municipal-post-type/feed)WikiDiscussions master Synced 2d ago

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

ConseilMunicipalPostType
========================

[](#conseilmunicipalposttype)

ConseilMunicipalPostType est un package permettant d'ajouter un Custom Post Type `vt_cm` à un theme WordPress.
Ce Custom Post Type ajoute six metadata : un ordre du jour (nom et lien du fichier PDF), un compte rendu (nom et lien du fichier PDF) et un compte rendu audio (nom et lien du fichier mp3).

La classe `VincentTrotot\ConseilMunicipalPostType` paramètre le Custom Post Type tandis que la classe `VincentTrotot\ConseilMunicipal\ConseilMunicipal` est une espèce de wrapper du Post (la classe hérite de la classe `Timber\TimberPost`).

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

[](#installation)

```
composer require vtrotot/conseil-municipal-post-type
```

Utilisation
-----------

[](#utilisation)

Votre theme doit instancier la classe `ConseilMunicipalPostType`

```
new VincentTrotot\ConseilMunicipal\ConseilMunicipalPostType();
```

Vous pouvez ensuite récupérer un Post de type ConseilMunicipal:

```
$post = new VincentTrotot\ConseilMunicipal\ConseilMunicipal();
```

Ou récupérer plusieurs posts avec :

```
$args = [
    'post_type' => 'vt_cm',
    ...
];
$posts = new Timber\TimberRequest($args, VincentTrotot\ConseilMunicipal\ConseilMunicipal::class);
```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance57

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Every ~157 days

Recently: every ~338 days

Total

11

Last Release

281d ago

PHP version history (2 changes)v1.0.2PHP &gt;=5.6

v1.0.3PHP &gt;=7

### Community

Maintainers

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

---

Top Contributors

[![VincentTrotot](https://avatars.githubusercontent.com/u/8166996?v=4)](https://github.com/VincentTrotot "VincentTrotot (10 commits)")

### Embed Badge

![Health badge](/badges/vtrotot-conseil-municipal-post-type/health.svg)

```
[![Health](https://phpackages.com/badges/vtrotot-conseil-municipal-post-type/health.svg)](https://phpackages.com/packages/vtrotot-conseil-municipal-post-type)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[illuminate/session

The Illuminate Session package.

9939.3M850](/packages/illuminate-session)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[symfony/ux-autocomplete

JavaScript Autocomplete functionality for Symfony

645.9M39](/packages/symfony-ux-autocomplete)[illuminate/cookie

The Illuminate Cookie package.

244.6M136](/packages/illuminate-cookie)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

3189.0k6](/packages/codefog-contao-news-categories)

PHPackages © 2026

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