bulee/yii2-akarmi

Description

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

pkg:composer/bulee/yii2-akarmi

dev-master 2015-06-20 16:35 UTC

This package is not auto-updated.

Last update: 2025-12-24 15:04:54 UTC


README

Description

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist bulee/yii2-akarmi "*"

or add

"bulee/yii2-akarmi": "*"

to the require section of your composer.json file.

Usage

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

<?= \buliilesz\akarmi\AutoloadExample::widget(); ?>```