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
Requires
- php: >=7.0.0
- 2amigos/yii2-chartjs-widget: dev-master
- dmstr/yii2-adminlte-asset: 2.4.4
- kartik-v/yii2-icons: ~1.4.4
- yiisoft/yii2: ~2.0.14
- yiisoft/yii2-bootstrap: ~2.0.0
This package is auto-updated.
Last update: 2024-11-26 22:00:14 UTC
README
Example usage
echo PackageInfo::widget([
'packageName' => 'andmemasin/yii2-emails-validator',
'scrutinizerToken' => $token,
'loginName' => "TonisOrmisson",
'codecovEnabled' => true,
]);