buibr/yii2-pizzajs

pizza.js for yii2 bootstrap4

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

1.1.1 2019-02-12 20:16 UTC

This package is auto-updated.

Last update: 2024-04-13 10:33:32 UTC


README

Pizza.js chart extension for Yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist buibr/yii2-pizzajs "*"

or

composer require buibr/yii2-pizzajs "*"

or add

"buibr/yii2-pizzajs": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \buibr\pizzajs\Pizza::widget(); ?>