PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Uldis Nelsons   D3 PHP Icon SVG Image Render   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: D3 PHP Icon SVG Image Render
Generate HTML for standard icons and country flags
Author: By
Last change:
Date: 8 months ago
Size: 450 bytes
 

Contents

Class file image Download
{ "name": "d3yii2/d3icon", "description": "Yii2 module for SVG and Font Awesome icons", "type": "library", "keywords": [ "yii2", "svg", "icons" ], "license": "GPL-3.0", "authors": [ { "name": "Lauris Mierkalns", "email": "ikdienailv@gmail.com" } ], "require": { "yiisoft/yii2": "*", "bower-asset/font-awesome": "*" }, "autoload": { "psr-4": { "d3yii2\\d3icon\\": "" } } }