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(10mo ago)0197MITPHPPHP &gt;=7

Since Jun 9Pushed 10mo 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 2w 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

35

—

LowBetter than 77% of packages

Maintenance53

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

326d 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.3k18.3M430](/packages/easycorp-easyadmin-bundle)[illuminate/session

The Illuminate Session package.

9939.9M888](/packages/illuminate-session)[symfony/ux-autocomplete

JavaScript Autocomplete functionality for Symfony

636.3M49](/packages/symfony-ux-autocomplete)[illuminate/cookie

The Illuminate Cookie package.

224.7M146](/packages/illuminate-cookie)[typo3/cms-install

TYPO3 CMS Install Tool - The Install Tool is used for installation, upgrade, system administration and setup tasks.

1812.5M578](/packages/typo3-cms-install)[api-platform/http-cache

API Platform HttpCache component

275.1M23](/packages/api-platform-http-cache)

PHPackages © 2026

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