p2made/world-flags

A bunch of CSS & JS resources wrapped as Yii 2 AssetBundles &/or Widgets.

Maintainers

Package info

github.com/p2made/world-flags

Language:CSS

Type:css-library

pkg:composer/p2made/world-flags

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.0 2015-06-15 18:06 UTC

This package is auto-updated.

Last update: 2026-03-06 01:02:12 UTC


README

CSS and SVG images to render world flags in your Bootstrap elements.

Installation

The preferred way to install World Flags CSS is through composer. Depending on your composer installation, run one of the following commands:

composer require p2made/world-flags "dev-master"

or

php composer.phar require p2made/world-flags "dev-master"

Alternatively add:

	"p2made/world-flags": "dev-master"

to the requires section of your composer.json file & World Flags CSS will be installed next time you run composer update.

Usage