tonisormisson/yii2-package-info

There is no license information available for the latest version (1.0.0) of this package.

a widget to display a software package info

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

pkg:composer/tonisormisson/yii2-package-info

1.0.0 2018-07-26 08:12 UTC

This package is auto-updated.

Last update: 2025-09-27 00:01:46 UTC


README

Example usage

echo PackageInfo::widget([
        'packageName' => 'andmemasin/yii2-emails-validator',
        'scrutinizerToken' => $token,
        'loginName' => "TonisOrmisson",
        'codecovEnabled' => true,
]);