xinyeweb/xpyun

XPrinterYun

dev-master 2021-11-30 10:04 UTC

This package is auto-updated.

Last update: 2024-03-29 04:39:46 UTC


README

XPrinterYun

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist xinyeweb/xpyun:"dev-master"

or add

"xinyeweb/xpyun": "*"

to the require section of your composer.json file.

Usage

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

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