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

1.0.0 2018-07-26 08:12 UTC

This package is auto-updated.

Last update: 2024-04-26 20:51:06 UTC


README

Example usage

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