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

0942PHP

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 2w ago

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 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

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

[laravel-admin-ext/helpers

Helpers extension for laravel-admin

138293.7k8](/packages/laravel-admin-ext-helpers)[stephenjude/laravel-wallet

A simple wallet implementation for Laravel

26612.0k](/packages/stephenjude-laravel-wallet)[fisharebest/algorithm

Implementation of standard algorithms in PHP.

72117.7k2](/packages/fisharebest-algorithm)[laravel-admin-ext/grid-sortable

Sort the grid data by drag and drop rows

43124.9k](/packages/laravel-admin-ext-grid-sortable)[devforest/laravel-dynamic-report-generator

A package for dynamic report generation with drag-and-drop interface in Laravel

3216.7k](/packages/devforest-laravel-dynamic-report-generator)[magepsycho/magento2-seosuite

Magento 2 FREE SEO Suite

106.6k](/packages/magepsycho-magento2-seosuite)

PHPackages © 2026

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