Matej-ch / any-xml-loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any xml loader

Loading data from any xml to database table

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist matejch/yii2-any-xml-loader "*"

or add

"matejch/yii2-any-xml-loader": "*"

to the require section of your composer.json file.

Usage

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

<?= \matejch\anyXmlLoader\AutoloadExample::widget(); ?>```

About


Languages

Language:PHP 100.0%