PHPackages                             dvizh/yii2-certificate - 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. dvizh/yii2-certificate

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

dvizh/yii2-certificate
======================

Yii2 certificate module

0940PHP

Since Feb 17Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dvizh/yii2-certificate)[ Packagist](https://packagist.org/packages/dvizh/yii2-certificate)[ RSS](/packages/dvizh-yii2-certificate/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-certificate-module
=======================

[](#yii2-certificate-module)

Certificates module for Yii2

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist dvizh/yii2-certificate "@dev"

```

or add

```
"dvizh/yii2-certificate": "@dev"

```

to the require section of your composer.json file.

Make migration

```
php yii migrate --migrationPath=@vendor/dvizh/yii2-certificate/src/migrations/
```

Usage
-----

[](#usage)

You should add module to your config:

```
'modules' => [
        ...
        'certificate' => [
            'class' => \dvizh\certificate\Module::className(),
            'targetModelList' => [
            //list models for certification
            ]
        ],
    ],
```

It is possible that you have to change minimum stability section of your composer.json file to dev

```
"minimum-stability": "dev",
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8104605?v=4)[pistol88](/maintainers/pistol88)[@pistol88](https://github.com/pistol88)

---

Top Contributors

[![pistol88](https://avatars.githubusercontent.com/u/8104605?v=4)](https://github.com/pistol88 "pistol88 (9 commits)")

### Embed Badge

![Health badge](/badges/dvizh-yii2-certificate/health.svg)

```
[![Health](https://phpackages.com/badges/dvizh-yii2-certificate/health.svg)](https://phpackages.com/packages/dvizh-yii2-certificate)
```

###  Alternatives

[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.4k](/packages/blair2004-nexopos)[questocat/laravel-referral

A Referral System With Laravel

13891.3k](/packages/questocat-laravel-referral)[beyondcode/tinkerwell-helper

Open Tinkerwell from your Laravel project.

5999.1k](/packages/beyondcode-tinkerwell-helper)[kevinlebrun/password.php

Helpers for password generation and validation

17145.0k1](/packages/kevinlebrun-passwordphp)[nayjest/builder

PHP package for instantiating objects using configurations

14198.8k6](/packages/nayjest-builder)[centarro/commerce_kickstart

Commerce Kickstart installation profile.

1642.4k2](/packages/centarro-commerce-kickstart)

PHPackages © 2026

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