webtoolsnz/yii2-helpers

A Yii2 helper library by Webtools

Installs: 37 075

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 13

Forks: 0

Open Issues: 0

Type:yii2-extension

1.1.4 2021-08-23 05:46 UTC

This package is auto-updated.

Last update: 2024-04-23 12:18:48 UTC


README

CI Action

A set of reusable widgets for Yii2.

Installation

The preferred way to install this extension is through composer.

Install using the following command.

composer require webtoolsnz/yii2-helpers

Alternatively

Add the following to your composer.json file.

    "require" : {
        "webtoolsnz/yii2-helpers": "^1.1"
    },