An open API service indexing awesome lists of open source software.

https://github.com/pozitronik/yii2-badgewidget

Extended badge widget for YII2
https://github.com/pozitronik/yii2-badgewidget

Last synced: 3 months ago
JSON representation

Extended badge widget for YII2

Awesome Lists containing this project

README

        

BadgeWidget
============
Extended badges for Yii2

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

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

Run

```
php composer.phar require pozitronik/yii2-badgewidget "dev-master"
```

or add

```
"pozitronik/yii2-badgewidget": "dev-master"
```

to the require section of your `composer.json` file.

Requirements
------------

Yii2,
PHP >= 7.4.0

Usage
-----
Sorry, not documented yet (but you can rely on PHPDoc).