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

ActiveLibrary

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

Conseil Municipal Custom Post Type for WordPress Theme

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

Since Jun 9Pushed 7mo 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 1mo 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

37

—

LowBetter than 83% of packages

Maintenance63

Regular maintenance activity

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

229d 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

[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k172.9M1.8k](/packages/symfony-security-bundle)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[laravel/reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.

1.5k9.4M48](/packages/laravel-reverb)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[api-platform/http-cache

API Platform HttpCache component

223.2M7](/packages/api-platform-http-cache)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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