asinfotrack / yii2-flagicons
Yii2-flagicons is a Yii2-wrapper around the flag-icon-css-project. With this extension you can easily use vector-based country flags in your Yii2-project.
Installs: 4 686
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 5
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- components/flag-icon-css: 2.6.0
- yiisoft/yii2: 2.0.*
This package is auto-updated.
Last update: 2024-11-08 22:30:17 UTC
README
Yii2-flagicons is a Yii2-wrapper around the flag-icon-css-project. With this extension you can easily use vector-based country flags in your Yii2-project. The original extension can be found here:
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require asinfotrack/yii2-flagicons
or add
"asinfotrack/yii2-flagicons": "dev-master"
to the require
section of your composer.json
file.
Usage
Documentation coming soon!