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
- Host: GitHub
- URL: https://github.com/pozitronik/yii2-badgewidget
- Owner: pozitronik
- License: gpl-3.0
- Created: 2020-02-13T10:00:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T07:02:47.000Z (about 2 years ago)
- Last Synced: 2025-01-22T03:42:22.300Z (4 months ago)
- Language: PHP
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BadgeWidget
============
Extended badges for Yii2Installation
------------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.0Usage
-----
Sorry, not documented yet (but you can rely on PHPDoc).