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

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

vtrotot/geko-post-type
======================

Geko Custom Post Type for WordPress Theme

1.0.4(4y ago)0183MITPHPPHP &gt;=7

Since Jun 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/VincentTrotot/GekoPostType)[ Packagist](https://packagist.org/packages/vtrotot/geko-post-type)[ RSS](/packages/vtrotot-geko-post-type/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (2)Versions (6)Used By (0)

GekoPostType
============

[](#gekoposttype)

GekoPostType est un package permettant d'ajouter un Custom Post Type `vt_geko` à un theme WordPress.
Ce Custom Post Type ajoute deux metadata : un nom et une url pour le fichier PDF.

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

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

[](#installation)

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

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

[](#utilisation)

Votre theme doit instancier la classe `GekoPostType`

```
new VincentTrotot\Geko\GekoPostType();
```

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

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

Ou récupérer plusieurs posts avec :

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

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Total

5

Last Release

1765d 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 (4 commits)")

### Embed Badge

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

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