p-team/yii2-p-team-link

Виджет ссылки на сайт p-team

Maintainers

Package info

gitlab.com/SKYZYSKY/yii2-p-team-link

Issues

Type:yii2-extension

pkg:composer/p-team/yii2-p-team-link

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

dev-master 2023-06-07 15:44 UTC

This package is not auto-updated.

Last update: 2026-03-27 00:34:26 UTC


README

Виджет ссылки на сайт p-team

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist p-team/yii2-p-team-link "*"

or add

"p-team/yii2-p-team-link": "*"

to the require section of your composer.json file.

Usage

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

<?= \p_team\widgets\p_team_link\AutoloadExample::widget(); ?>```