PHPackages                             vtrotot/annuaire-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/annuaire-post-type

ActiveLibrary

vtrotot/annuaire-post-type
==========================

Annuaire Custom Post Type for WordPress Theme

2.1(4y ago)0192MITPHPPHP &gt;=7

Since Jun 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/VincentTrotot/AnnuairePostType)[ Packagist](https://packagist.org/packages/vtrotot/annuaire-post-type)[ RSS](/packages/vtrotot-annuaire-post-type/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (3)Versions (10)Used By (0)

AnnuairePostType
================

[](#annuaireposttype)

AnnuairePostType est un package permettant d'ajouter un Custom Post Type `vt_annuaire` à un theme WordPress.
Ce Custom Post Type ajoute quatre metadata : un responsable, une adresse, un numéro de téléphone et un courriel.

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

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

[](#installation)

```
composer require vtrotot/annuaire-post-type
```

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

[](#utilisation)

Votre theme doit instancier la classe `AnnuairePostType`

```
new VincentTrotot\Annuaire\AnnuairePostType();
```

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

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

Ou récupérer plusieurs posts avec :

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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 ~33 days

Recently: every ~62 days

Total

9

Last Release

1532d ago

Major Versions

v1.1.1 → v2.02021-07-05

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 (8 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/vtrotot-annuaire-post-type/health.svg)](https://phpackages.com/packages/vtrotot-annuaire-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)
