dench/yii2-cart

Yii2 cart

Maintainers

Package info

github.com/dench/yii2-cart

Type:yii2-extension

pkg:composer/dench/yii2-cart

Statistics

Installs: 139

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2023-03-31 15:18 UTC

This package is auto-updated.

Last update: 2026-03-01 00:12:41 UTC


README

Yii2 cart

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist dench/yii2-cart "*"

or add

"dench/yii2-cart": "*"

to the require section of your composer.json file.

Usage

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

<?= \dench\cart\AutoloadExample::widget(); ?>```