kinghip/yii2-kinghip-githooking

yii2-kinghip-githook


Keywords
extension, yii2
License
MIT

Documentation

yii2-kinghip-githook

yii2-kinghip-githook

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist githooking/yii2-kinghip-githooking "*"

or add

"githooking/yii2-kinghip-githooking": "*"

to the require section of your composer.json file.

Usage

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

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