sillsoft/yii2-novaposhta

Yii2 novaposhta

Maintainers

Package info

github.com/SillSoft/yii2-novaposhta

Type:yii2-extension

pkg:composer/sillsoft/yii2-novaposhta

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2023-06-07 19:12 UTC

This package is not auto-updated.

Last update: 2026-03-27 07:26:57 UTC


README

Yii2 novaposhta

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist sillsoft/yii2-novaposhta "*"

or add

"sillsoft/yii2-novaposhta": "*"

to the require section of your composer.json file.

Usage

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

<?= \sillsoft\novaposhta\AutoloadExample::widget(); ?>```