Search by

oks / yii2-core

oks

Core

Package info

bitbucket.org/okstech/yii2-core

Type:yii2-extension

pkg:composer/oks/yii2-core

Statistics

Installs: 74

Dependents: 1

Suggesters: 0

dev-master 2018-10-13 08:15 UTC

This package is not auto-updated.

Last update: 2026-09-22 00:00:32 UTC


README

Core

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist oks/yii2-core "*"

or add

"oks/yii2-core": "*"

to the require section of your composer.json file.

Usage

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

<?= \oks\core\AutoloadExample::widget(); ?>```